We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c771ba7 commit 6454ab1Copy full SHA for 6454ab1
src/EventListener/RequestListener.php
@@ -91,7 +91,7 @@ public function handleKernelControllerEvent(RequestListenerControllerEvent $even
91
92
$route = $event->getRequest()->attributes->get('_route');
93
94
- if (!is_string($route)) {
+ if (!\is_string($route)) {
95
return;
96
}
97
0 commit comments