Skip to content

Commit 23d742d

Browse files
committed
phpstan
1 parent bc2c172 commit 23d742d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

phpstan-baseline.neon

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,21 @@ parameters:
175175
count: 1
176176
path: src/EventListener/LoginListener.php
177177

178+
-
179+
message: "#^Instanceof between Throwable and Symfony\\\\Component\\\\Messenger\\\\Exception\\\\DelayedMessageHandlingException will always evaluate to false\\.$#"
180+
count: 1
181+
path: src/EventListener/MessengerListener.php
182+
183+
-
184+
message: "#^Instanceof between Throwable and Symfony\\\\Component\\\\Messenger\\\\Exception\\\\HandlerFailedException will always evaluate to false\\.$#"
185+
count: 1
186+
path: src/EventListener/MessengerListener.php
187+
188+
-
189+
message: "#^Result of && is always false\\.$#"
190+
count: 2
191+
path: src/EventListener/MessengerListener.php
192+
178193
-
179194
message: "#^Call to an undefined method Symfony\\\\Component\\\\HttpKernel\\\\Event\\\\KernelEvent\\:\\:isMasterRequest\\(\\)\\.$#"
180195
count: 1

0 commit comments

Comments
 (0)