We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc7972 commit 9fe5844Copy full SHA for 9fe5844
1 file changed
src/EventListener/FlashMessageListener.php
@@ -57,7 +57,7 @@ public function onKernelResponse(ResponseEvent $event): void
57
} catch (SessionNotFoundException) {
58
return;
59
}
60
- if (!($session instanceof FlashBagAwareSessionInterface)) {
+ if (!$session instanceof FlashBagAwareSessionInterface) {
61
62
63
0 commit comments