mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 20:36:05 +03:00
90d0156291
Two rules excluded: missing type hints and empty() usage
16 lines
494 B
Plaintext
16 lines
494 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~"
|
|
|
|
includes:
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
- vendor/phpstan/phpstan-phpunit/rules.neon
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|