ignore phpstan bug

This commit is contained in:
Dylan K. Taylor 2022-01-21 18:43:53 +00:00
parent 387c13beff
commit ed312863a7
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -20,6 +20,11 @@ parameters:
count: 1
path: ../../../src/entity/projectile/Projectile.php
-
message: "#^Dead catch \\- JsonException is never thrown in the try block\\.$#"
count: 2
path: ../../../src/network/mcpe/handler/InGamePacketHandler.php
-
message: "#^Dead catch \\- RuntimeException is never thrown in the try block\\.$#"
count: 1