Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
Improve code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad126 committed Dec 12, 2019
1 parent 555d30a commit 443bb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __invoke(\Exception $exception) : ApiProblem
private function formatMessage(\Exception $exception): string
{
$message = $exception->getMessage();
return preg_replace('/URL CALLED.*/','',$message);
return preg_replace('/URL CALLED.*/', '', $message);
}

}

0 comments on commit 443bb97

Please sign in to comment.