PHPStan 1.10.35, plus workarounds

This commit is contained in:
Dylan K. Taylor
2023-09-21 13:22:14 +01:00
parent 914eb62e94
commit 912fd3f5c6
6 changed files with 20 additions and 20 deletions

View File

@ -10,6 +10,11 @@ parameters:
count: 1
path: ../../../src/entity/projectile/Projectile.php
-
message: "#^Match arm comparison between 1\\|2\\|3\\|4 and 0 is always false\\.$#"
count: 1
path: ../../../src/network/mcpe/handler/InGamePacketHandler.php
-
message: "#^Match arm comparison between 4 and 4 is always true\\.$#"
count: 1