mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-09 23:39:43 +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
396 B
Plaintext
13 lines
396 B
Plaintext
parameters:
|
|
ignoreErrors:
|
|
-
|
|
message: "#^Method ReflectionMethod\\:\\:getClosure\\(\\) invoked with 0 parameters, 1 required\\.$#"
|
|
count: 2
|
|
path: ../../phpunit/event/HandlerListManagerTest.php
|
|
|
|
-
|
|
message: "#^Method ReflectionMethod\\:\\:getClosure\\(\\) invoked with 0 parameters, 1 required\\.$#"
|
|
count: 1
|
|
path: ../../phpunit/network/mcpe/handler/StupidJsonDecodeTest.php
|
|
|