bump phpstan to master. Fixed ignored errors

This commit is contained in:
Orklah
2020-02-10 21:41:22 +01:00
parent e2ce1d210a
commit ada1b6be7f
30 changed files with 85 additions and 111 deletions
+2 -2
View File
@@ -3,6 +3,6 @@ includes:
- /composer/vendor/phpstan/phpstan-webmozart-assert/extension.neon
parameters:
level: max
ignoreErrors:
# false positive
- '#Method phpDocumentor\Reflection\DocBlock\Tags\Method::filterArguments() should return array<array> but returns array<array|string>#'
- '#Call to static method Webmozart\\Assert\\Assert::implementsInterface\(\) with class-string#'