incr/phpstan.neon
myrmidex 68ed294b82
Some checks failed
CI / ci (push) Failing after 1s
CI / build (push) Failing after 27s
Build and Push CI Image / images (docker/build/Dockerfile.ci, incr-ci, php8.3-3) (push) Successful in 7m6s
CI / ci (pull_request) Failing after 1m17s
CI / build (pull_request) Failing after 34s
46 - Squash migrations and run CI against sqlite
2026-08-16 10:38:00 +02:00

13 lines
210 B
Text

includes:
- vendor/larastan/larastan/extension.neon
parameters:
level: 7
paths:
- app/
- database/
- tests/
excludePaths:
- bootstrap/*.php
- storage/*