2018-09-02 21:07:31 +02:00
|
|
|
parameters:
|
|
|
|
level: 1
|
|
|
|
|
|
|
|
paths:
|
|
|
|
- %currentWorkingDirectory%/src
|
|
|
|
- %currentWorkingDirectory%/tests
|
|
|
|
|
2018-10-09 16:51:23 +02: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 12:59:34 +01:00
|
|
|
- "~Variable property access on .+~"
|
|
|
|
- "~Variable method call on static\\(GraphQL\\\\Server\\\\ServerConfig\\)~" # TODO get rid of
|
2018-10-09 16:51:23 +02:00
|
|
|
|
2018-08-31 10:55:59 +02:00
|
|
|
includes:
|
|
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
|
|
- vendor/phpstan/phpstan-phpunit/rules.neon
|
2018-10-09 16:51:23 +02:00
|
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|