Skip to content

Commit

Permalink
fix: phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
bencromwell committed Feb 9, 2024
1 parent 2ea85c5 commit 6c6a24e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ function katapultHandleApiResponse(
}
}

function katapultFormatError(string $prefix, Throwable $e): string {
function katapultFormatError(string $prefix, Throwable $e): string
{
if ($e instanceof ClientErrorException) {
$responseBody = $e->getResponse()->getBody();

Expand Down

0 comments on commit 6c6a24e

Please sign in to comment.