mirror of
https://github.com/flarum/core.git
synced 2025-08-09 09:57:06 +02:00
chore: increase phpstan level to 6 (#3836)
* chore: increase phpstan level to 6 Signed-off-by: Sami Mazouz <sychocouldy@gmail.com> * Apply fixes from StyleCI --------- Signed-off-by: Sami Mazouz <sychocouldy@gmail.com> Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
@@ -2,7 +2,7 @@ includes:
|
||||
- php-packages/phpstan/extension.neon
|
||||
|
||||
parameters:
|
||||
level: 5
|
||||
level: 6
|
||||
paths:
|
||||
- framework/core/src
|
||||
- extensions/akismet/src
|
||||
@@ -36,4 +36,5 @@ parameters:
|
||||
excludePaths:
|
||||
- *.blade.php
|
||||
checkMissingIterableValueType: false
|
||||
checkGenericClassInNonGenericObjectType: false
|
||||
databaseMigrationsPath: ['framework/core/migrations']
|
||||
|
Reference in New Issue
Block a user