Files
solidtime/phpstan.neon
Constantin Graf d48b38293d Fixed phpstan
2024-04-15 22:31:45 +02:00

15 lines
248 B
Plaintext

includes:
- vendor/larastan/larastan/extension.neon
parameters:
paths:
- app/
# Level 9 is the highest level
level: 7
checkOctaneCompatibility: true
checkModelProperties: true
noEnvCallsOutsideOfConfig: true