Skip to content

Commit d5b715b

Browse files
committed
style: latest cs-fixer
1 parent 6a597a8 commit d5b715b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EventListener/ExceptionListener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public function onKernelException(ExceptionEvent $event): void
3636

3737
// Normalize exceptions only for routes managed by API Platform
3838
if (
39-
false === $this->handleSymfonyErrors &&
40-
!((RequestAttributesExtractor::extractAttributes($request)['respond'] ?? $request->attributes->getBoolean('_api_respond', false)) || $request->attributes->getBoolean('_graphql', false))
39+
false === $this->handleSymfonyErrors
40+
&& !((RequestAttributesExtractor::extractAttributes($request)['respond'] ?? $request->attributes->getBoolean('_api_respond', false)) || $request->attributes->getBoolean('_graphql', false))
4141
) {
4242
return;
4343
}

0 commit comments

Comments
 (0)