Skip to content

Commit 1718d8a

Browse files
committed
chore(phpstan): remove legacy false-positive
1 parent 0a3d0e6 commit 1718d8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ parameters:
9494
-
9595
message: "#^Unreachable statement - code above always terminates.$#"
9696
path: tests
97-
-
98-
message: "#^Unreachable statement - code above always terminates.$#"
99-
path: src/Core/Bridge/Doctrine/EventListener/PublishMercureUpdatesListener.php
10097
-
10198
message: "#Access to an undefined static property static\\([^)]+\\)::\\$container.$#"
10299
path: tests

0 commit comments

Comments
 (0)