phpstan: green on level 3

This commit is contained in:
Dylan K. Taylor
2019-12-04 22:12:14 +00:00
parent 8ecf5e02b9
commit 7b1ae2a822
3 changed files with 142 additions and 1 deletions

View File

@ -16,3 +16,18 @@ parameters:
message: "#^Cannot assign new offset to Threaded\\.$#"
path: ../../../src
-
message: "#^Offset string does not exist on array\\(\\)\\.$#"
count: 3
path: ../../../src/pocketmine/MemoryManager.php
-
message: "#^Offset \\(int\\|string\\) does not exist on array\\(\\)\\.$#"
count: 1
path: ../../../src/pocketmine/MemoryManager.php
-
message: "#^Array \\(array\\) does not accept key int\\.$#"
count: 1
path: ../../../src/pocketmine/plugin/PluginDescription.php