Skip to content

Commit

Permalink
BUGFIX: replace deprecated config option in phpstan.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
d-g-codappix committed Jun 12, 2024
1 parent 3a67ff1 commit 79270f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ parameters:
- Classes
- Configuration

checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
treatPhpDocTypesAsCertain: false

cognitive_complexity:
Expand Down Expand Up @@ -40,3 +38,6 @@ parameters:
- '$_FILES'
- '$_SERVER'
message: 'Use API instead'

ignoreErrors:
- identifier: 'missingType.iterableValue'

0 comments on commit 79270f4

Please sign in to comment.