Skip to content

Commit d19c21e

Browse files
committed
Updated PHPStan baseline
1 parent 6d38922 commit d19c21e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/phpstan/configs/l8-baseline.neon

+6-1
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,19 @@ parameters:
9797

9898
-
9999
message: "#^Cannot call method getLocation\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
100-
count: 1
100+
count: 2
101101
path: ../../../src/network/mcpe/NetworkSession.php
102102

103103
-
104104
message: "#^Cannot call method getWorld\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
105105
count: 1
106106
path: ../../../src/network/mcpe/NetworkSession.php
107107

108+
-
109+
message: "#^Cannot call method isUsingChunk\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
110+
count: 1
111+
path: ../../../src/network/mcpe/NetworkSession.php
112+
108113
-
109114
message: "#^Cannot call method sendData\\(\\) on pocketmine\\\\player\\\\Player\\|null\\.$#"
110115
count: 1

0 commit comments

Comments
 (0)