Skip to content

Commit

Permalink
chore: Upgraded phpstan.neon
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed May 13, 2024
1 parent d775d9c commit 2b6bfef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ parameters:
- */bower_components/*
- */static/*
ignoreErrors:
- identifier: missingType.iterableValue
- identifier: missingType.generics
- '#Class GeneratedNodeSources\\NS([a-zA-Z]+) not found#'
- '#Call to method ([a-zA-Z]+)\(\) on an unknown class GeneratedNodeSources\\NS([a-zA-Z]+)#'
- '#Call to an undefined method ([^:]+)\:\:get(?:External|Internal)Link(?:Sources)?\(\)#'
Expand All @@ -33,5 +35,3 @@ parameters:
- '#type mapping mismatch: database can contain array\|bool\|float\|int\|JsonSerializable\|stdClass\|string\|null but property expects array\|null#'

reportUnmatchedIgnoredErrors: false
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false

0 comments on commit 2b6bfef

Please sign in to comment.