oai-pmh2/phpstan.dist.neon

15 lines
244 B
Plaintext
Raw Normal View History

2024-01-03 16:54:13 +01:00
#
# Configuration for PHPStan.
# @see https://phpstan.org/config-reference
#
includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon
parameters:
level: 9
strictRules:
noVariableVariables: false
paths:
- src