2023-11-19 16:01:58 +01:00
|
|
|
#
|
|
|
|
# Configuration for PHPStan.
|
|
|
|
# @see https://phpstan.org/config-reference
|
|
|
|
#
|
|
|
|
|
|
|
|
includes:
|
|
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|
|
|
|
|
|
|
|
parameters:
|
2023-11-19 20:53:44 +01:00
|
|
|
level: 9
|
2023-11-19 16:01:58 +01:00
|
|
|
strictRules:
|
|
|
|
noVariableVariables: false
|
|
|
|
paths:
|
2023-11-21 17:19:58 +01:00
|
|
|
- src/
|