phpstan: ignore another trait override bug

This commit is contained in:
Dylan K. Taylor 2020-04-29 11:35:12 +01:00
parent f6f1d31112
commit 098a5518a6

View File

@ -60,6 +60,11 @@ parameters:
count: 1 count: 1
path: ../../../src/item/ItemFactory.php path: ../../../src/item/ItemFactory.php
-
message: "#^Class pocketmine\\\\network\\\\mcpe\\\\StaticPacketCache constructor invoked with 0 parameters, 2 required\\.$#"
count: 1
path: ../../../src/network/mcpe/StaticPacketCache.php
- -
message: "#^If condition is always false\\.$#" message: "#^If condition is always false\\.$#"
count: 1 count: 1