Skip to content

Commit

Permalink
fix: phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Jun 22, 2024
1 parent 8eab970 commit 6d30c87
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ parameters:

ignoreErrors:
- '#Unsafe usage of new static\(\).#'
- '#Command "datatables:html" does not have option*#'
- identifier: missingType.generics
- identifier: missingType.iterableValue

excludePaths:

checkMissingIterableValueType: false

checkGenericClassInNonGenericObjectType: false

0 comments on commit 6d30c87

Please sign in to comment.