20 lines
429 B
Plaintext
20 lines
429 B
Plaintext
#
|
|
# Configuration for PHPStan.
|
|
# @see https://phpstan.org/config-reference
|
|
#
|
|
|
|
includes:
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|
|
- vendor/phpstan/phpstan-doctrine/extension.neon
|
|
- vendor/phpstan/phpstan-symfony/extension.neon
|
|
|
|
parameters:
|
|
level: 9
|
|
treatPhpDocTypesAsCertain: false
|
|
ignoreErrors:
|
|
- identifier: ternary.shortNotAllowed
|
|
paths:
|
|
- bin
|
|
- public
|
|
- src
|