phpstan: ignore a new error caused by 52fd1a8c1d86b54d53cceb99ec07892130ca136b

This commit is contained in:
Dylan K. Taylor 2020-06-26 13:54:30 +01:00
parent 52fd1a8c1d
commit d8a8f5b77a

View File

@ -415,6 +415,11 @@ parameters:
count: 1
path: ../../../src/network/mcpe/NetworkSession.php
-
message: "#^Cannot call method getLanguage\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
count: 1
path: ../../../src/network/mcpe/NetworkSession.php
-
message: "#^Cannot call method getLocation\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
count: 2