diff --git a/helpers.php b/helpers.php index ea93ba8..d293520 100644 --- a/helpers.php +++ b/helpers.php @@ -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();