mirror of
https://github.com/opencultureconsulting/psr-15.git
synced 2025-03-16 00:00:38 +01:00
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
|