Update some code style

This commit is contained in:
James Cole
2020-07-31 15:12:26 +02:00
parent c3d8d70b34
commit e46958c23e
11 changed files with 51 additions and 117 deletions

View File

@@ -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