We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d38922 commit d19c21eCopy full SHA for d19c21e
tests/phpstan/configs/l8-baseline.neon
@@ -97,14 +97,19 @@ parameters:
97
98
-
99
message: "#^Cannot call method getLocation\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
100
- count: 1
+ count: 2
101
path: ../../../src/network/mcpe/NetworkSession.php
102
103
104
message: "#^Cannot call method getWorld\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
105
count: 1
106
107
108
+ -
109
+ message: "#^Cannot call method isUsingChunk\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
110
+ count: 1
111
+ path: ../../../src/network/mcpe/NetworkSession.php
112
+
113
114
message: "#^Cannot call method sendData\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
115
0 commit comments