Skip to content

Commit fd206b6

Browse files
committed
CS fix
1 parent 6e752b1 commit fd206b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ApiErrorException.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public static function createWithErrors(string $message, int $code, array $error
2121
{
2222
$exception = new self($message, $code, $previous);
2323
$exception->setContext($errors);
24+
2425
return $exception;
2526
}
2627

0 commit comments

Comments
 (0)