mirror of
https://github.com/opencultureconsulting/php-basics.git
synced 2025-03-16 00:00:47 +01:00
15 lines
245 B
Plaintext
15 lines
245 B
Plaintext
#
|
|
# 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/
|