phpstan: green on level 4

This commit is contained in:
Dylan K. Taylor
2019-12-12 13:00:57 +00:00
parent 46930b98b7
commit 70c3008b7b
4 changed files with 99 additions and 1 deletions

View File

@ -0,0 +1,21 @@
parameters:
ignoreErrors:
-
message: "#^If condition is always true\\.$#"
count: 1
path: ../../../src/pocketmine/Server.php
-
message: "#^Ternary operator condition is always true\\.$#"
count: 1
path: ../../../src/pocketmine/Server.php
-
message: "#^If condition is always false\\.$#"
count: 1
path: ../../../src/pocketmine/updater/AutoUpdater.php
-
message: "#^Negated boolean expression is always false\\.$#"
count: 1
path: ../../../src/pocketmine/updater/AutoUpdater.php