2018-09-02 22:07:31 +03:00
|
|
|
parameters:
|
|
|
|
level: 1
|
|
|
|
|
|
|
|
paths:
|
|
|
|
- %currentWorkingDirectory%/src
|
|
|
|
- %currentWorkingDirectory%/tests
|
|
|
|
|
2018-10-09 17:51:23 +03:00
|
|
|
ignoreErrors:
|
|
|
|
- "~Construct empty\\(\\) is not allowed\\. Use more strict comparison~"
|
|
|
|
- "~(Method|Property) .+::.+(\\(\\))? (has parameter \\$\\w+ with no|has no return|has no) typehint specified~"
|
2019-03-18 14:59:34 +03:00
|
|
|
- "~Variable property access on .+~"
|
|
|
|
- "~Variable method call on static\\(GraphQL\\\\Server\\\\ServerConfig\\)~" # TODO get rid of
|
2018-10-09 17:51:23 +03:00
|
|
|
|
2018-08-31 11:55:59 +03:00
|
|
|
includes:
|
|
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
|
|
- vendor/phpstan/phpstan-phpunit/rules.neon
|
2018-10-09 17:51:23 +03:00
|
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|