Update to PHPStan 0.12.0

This commit is contained in:
Dylan K. Taylor
2019-12-04 10:29:49 +00:00
parent ecb2e6e3af
commit 73d0f799c2
6 changed files with 17 additions and 45 deletions

View File

@ -1,10 +1,10 @@
parameters:
ignoreErrors:
-
message: "#^PHPDoc tag @param has invalid value \\(.+\\)\\: Unexpected token \"&\", expected TOKEN_VARIABLE at offset \\d+$#"
path: src/pocketmine
message: "#^PHPDoc tag @param has invalid value \\(.+\\)\\: Unexpected token \"&\", expected 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
path: ../../../src/pocketmine