Skip to content

Commit 9fe5844

Browse files
committed
cs fix
1 parent ccc7972 commit 9fe5844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EventListener/FlashMessageListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function onKernelResponse(ResponseEvent $event): void
5757
} catch (SessionNotFoundException) {
5858
return;
5959
}
60-
if (!($session instanceof FlashBagAwareSessionInterface)) {
60+
if (!$session instanceof FlashBagAwareSessionInterface) {
6161
return;
6262
}
6363

0 commit comments

Comments
 (0)