Skip to content

Commit 6454ab1

Browse files
committed
Fix code style
1 parent c771ba7 commit 6454ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventListener/RequestListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function handleKernelControllerEvent(RequestListenerControllerEvent $even
9191

9292
$route = $event->getRequest()->attributes->get('_route');
9393

94-
if (!is_string($route)) {
94+
if (!\is_string($route)) {
9595
return;
9696
}
9797

0 commit comments

Comments
 (0)