mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 12:26:07 +03:00
18 lines
641 B
Plaintext
18 lines
641 B
Plaintext
parameters:
|
|
level: 1
|
|
|
|
paths:
|
|
- %currentWorkingDirectory%/src
|
|
- %currentWorkingDirectory%/tests
|
|
|
|
ignoreErrors:
|
|
- "~Construct empty\\(\\) is not allowed\\. Use more strict comparison~"
|
|
- "~(Method|Property) .+::.+(\\(\\))? (has parameter \\$\\w+ with no|has no return|has no) typehint specified~"
|
|
- "~Variable property access on .+~"
|
|
- "~Variable method call on static\\(GraphQL\\\\Server\\\\ServerConfig\\)~" # TODO get rid of
|
|
|
|
includes:
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
- vendor/phpstan/phpstan-phpunit/rules.neon
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|