mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-02 19:16:39 +00:00
Update some code style
This commit is contained in:
@@ -5,7 +5,9 @@ includes:
|
||||
- ../vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
|
||||
|
||||
parameters:
|
||||
|
||||
ignoreErrors:
|
||||
- '#is not allowed to extend#'
|
||||
- '#is neither abstract nor final#'
|
||||
paths:
|
||||
- ../app
|
||||
- ../config
|
||||
@@ -15,5 +17,6 @@ parameters:
|
||||
- ../tests
|
||||
- ../bootstrap/app.php
|
||||
|
||||
# The level 8 is the highest level
|
||||
level: 5
|
||||
|
||||
# The level 8 is the highest level. original was 5
|
||||
level: 0
|
||||
|
Reference in New Issue
Block a user