Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
10 additions
and 14 deletions.
- +3 −5 .github/workflows/build.yaml
- +2 −2 composer.json
- +1 −1 docs/installation.md
- +1 −6 etc/phpdoc.xml
- +3 −0 etc/phpstan.neon
@@ -1,3 +1,6 @@ | ||
parameters: | ||
level: max | ||
paths: [../src, ../test] | ||
ignoreErrors: | ||
- '/Function PHPUnit\\Framework\\logical\w+ invoked with \d parameters, \d required/' | ||
- '/Right side of && is always false/' |