Skip to content

Commit

Permalink
Merge pull request #312 from beyondcode/analysis-QMG5rw
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
mpociot authored Mar 17, 2022
2 parents e079a63 + c44f14d commit 177088d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Logger/CliRequestLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function logRequest(LoggedRequest $loggedRequest)

$terminalWidth = $this->getTerminalWidth();

$requests = $this->requests->map(function (LoggedRequest $loggedRequest) use ($dashboardUrl) {
$requests = $this->requests->map(function (LoggedRequest $loggedRequest) {
return [
'method' => $loggedRequest->getRequest()->getMethod(),
'url' => $loggedRequest->getRequest()->getUri(),
Expand Down

0 comments on commit 177088d

Please sign in to comment.