mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
phpstan: separate non-PM bugs from the main neon config
everything left in here is now a PM problem that needs to be looked into.
This commit is contained in:
10
tests/phpstan/configs/phpstan-bugs.neon
Normal file
10
tests/phpstan/configs/phpstan-bugs.neon
Normal file
@ -0,0 +1,10 @@
|
||||
parameters:
|
||||
ignoreErrors:
|
||||
-
|
||||
message: "#^PHPDoc tag @param has invalid value \\(.+\\)\\: Unexpected token \"&\", expected TOKEN_VARIABLE at offset \\d+$#"
|
||||
path: src/pocketmine
|
||||
|
||||
-
|
||||
message: "#^Default value of the parameter \\#\\d+ \\$[A-Za-z\\d_]+ \\(\\-?\\d+\\) of method .+\\(\\) is incompatible with type float\\.$#"
|
||||
path: src/pocketmine
|
||||
|
Reference in New Issue
Block a user