mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 01:16:46 -06:00
20 lines
559 B
Plaintext
20 lines
559 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#'
|
|
- '#Control structures using switch should not be used\.#'
|
|
paths:
|
|
- ../app
|
|
- ../database
|
|
- ../routes
|
|
- ../bootstrap/app.php
|
|
|
|
# The level 8 is the highest level. original was 5
|
|
level: 0
|