Files
portal/app/phpstan.neon
T

23 lines
725 B
Plaintext
Raw Normal View History

includes:
- vendor/larastan/larastan/extension.neon
- phpstan-baseline.neon
parameters:
# Sprint 2 Phase A — O-perf-07: result cache в локальной директории
# `.phpstan-cache/` (gitignored). Ускоряет инкрементальные pre-commit
# прогоны: при правке одного файла переанализ только зависящих, не
# всего графа классов.
tmpDir: .phpstan-cache
paths:
- app
- bootstrap
- config
- database
- routes
- tests
scanFiles:
- _ide_helper_models.php
level: 5
checkOctaneCompatibility: true
checkModelProperties: true