mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-17 02:05:34 +00:00
20 lines
440 B
Plaintext
20 lines
440 B
Plaintext
![]() |
includes:
|
||
|
- ../vendor/nunomaduro/larastan/extension.neon
|
||
|
- ../vendor/ergebnis/phpstan-rules/rules.neon
|
||
|
- ../vendor/phpstan/phpstan-deprecation-rules/rules.neon
|
||
|
- ../vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
|
||
|
|
||
|
parameters:
|
||
|
|
||
|
paths:
|
||
|
- ../app
|
||
|
- ../config
|
||
|
- ../database
|
||
|
- ../resources
|
||
|
- ../routes
|
||
|
- ../tests
|
||
|
- ../bootstrap/app.php
|
||
|
|
||
|
# The level 8 is the highest level
|
||
|
level: 5
|