mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-09 07:20:15 +00:00
# Conflicts: # phpstan.neon.dist # resources/vanilla # tests/phpstan/configs/phpstan-bugs.neon # tests/phpstan/configs/phpunit-wiring-tests.neon # tests/phpstan/configs/pthreads-bugs.neon # tests/phpstan/configs/runtime-type-checks.neon
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
parameters:
|
|
ignoreErrors:
|
|
-
|
|
message: "#^Cannot access an offset on Ds\\\\Deque\\<pocketmine\\\\block\\\\utils\\\\BannerPattern\\>\\.$#"
|
|
count: 1
|
|
path: ../../../src/block/tile/Banner.php
|
|
|
|
-
|
|
message: "#^Cannot access offset int on Ds\\\\Deque\\<pocketmine\\\\item\\\\WritableBookPage\\>\\.$#"
|
|
count: 2
|
|
path: ../../../src/item/WritableBookBase.php
|
|
|