mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-02 19:16:39 +00:00
19 lines
496 B
Plaintext
19 lines
496 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:
|
|
ignoreErrors:
|
|
- '#is not allowed to extend#'
|
|
- '#is neither abstract nor final#'
|
|
paths:
|
|
- ../app
|
|
- ../database
|
|
- ../routes
|
|
- ../bootstrap/app.php
|
|
|
|
# The level 8 is the highest level. original was 5
|
|
level: 0
|