Skip to content

Commit a87ceb7

Browse files
committed
phpstan fixes
1 parent 4623d28 commit a87ceb7

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
@@ -170,6 +170,21 @@ parameters:
170170
count: 1
171171
path: src/EventListener/LoginListener.php
172172

173+
-
174+
message: "#^Instanceof between Throwable and Symfony\\\\Component\\\\Messenger\\\\Exception\\\\DelayedMessageHandlingException will always evaluate to false\\.$#"
175+
count: 1
176+
path: src/EventListener/MessengerListener.php
177+
178+
-
179+
message: "#^Instanceof between Throwable and Symfony\\\\Component\\\\Messenger\\\\Exception\\\\HandlerFailedException will always evaluate to false\\.$#"
180+
count: 1
181+
path: src/EventListener/MessengerListener.php
182+
183+
-
184+
message: "#^Result of && is always false\\.$#"
185+
count: 2
186+
path: src/EventListener/MessengerListener.php
187+
173188
-
174189
message: "#^Call to an undefined method Symfony\\\\Component\\\\HttpKernel\\\\Event\\\\KernelEvent\\:\\:isMasterRequest\\(\\)\\.$#"
175190
count: 1

0 commit comments

Comments
 (0)