Files
solidtime/phpstan.neon
2026-05-22 16:18:02 +02:00

18 lines
364 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
ignoreErrors:
- '# is not subtype of native type Illuminate\\Database\\Eloquent\\Relations\\Relation#'