Skip to content

Commit cf2d8a0

Browse files
committed
💄 fix typo
1 parent f871400 commit cf2d8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JsonExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function onKernelException(GetResponseForExceptionEvent $event)
2626
$response = null;
2727

2828
if (null !== $resolvedHttpCode) {
29-
$response =new JsonResponse(['errors' => ['message' => $exception->getMessage()]], $resolvedHttpCode);
29+
$response = new JsonResponse(['errors' => ['message' => $exception->getMessage()]], $resolvedHttpCode);
3030
}
3131

3232
if ($exception instanceof InvalidCommandException) {

0 commit comments

Comments
 (0)