13 lines
192 B
Plaintext
13 lines
192 B
Plaintext
|
#
|
||
|
# Configuration for PHPStan.
|
||
|
# @see https://phpstan.org/config-reference
|
||
|
#
|
||
|
|
||
|
includes:
|
||
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|
||
|
|
||
|
parameters:
|
||
|
level: 9
|
||
|
paths:
|
||
|
- src
|