mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Move phpstan config file for cleaner root.
This commit is contained in:
19
.ci/phpstan.neon
Normal file
19
.ci/phpstan.neon
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
Reference in New Issue
Block a user