fix phpstan analyze failure

This commit is contained in:
Dylan K. Taylor
2020-04-25 10:43:06 +01:00
parent 1f7f33d35d
commit d3da485278
2 changed files with 7 additions and 7 deletions

View File

@ -116,9 +116,9 @@ parameters:
path: src/event/entity/ProjectileLaunchEvent.php
-
message: "#^pocketmine\\\\inventory\\\\DoubleChestInventory\\:\\:__construct\\(\\) does not call parent constructor from pocketmine\\\\inventory\\\\ChestInventory\\.$#"
message: "#^pocketmine\\\\block\\\\inventory\\\\DoubleChestInventory\\:\\:__construct\\(\\) does not call parent constructor from pocketmine\\\\block\\\\inventory\\\\ChestInventory\\.$#"
count: 1
path: src/inventory/DoubleChestInventory.php
path: src/block/inventory/DoubleChestInventory.php
-
message: "#^Cannot instantiate interface pocketmine\\\\world\\\\format\\\\io\\\\WorldProvider\\.$#"