Skip to content

Commit

Permalink
[TASK] Migrate deprecated phpstan options
Browse files Browse the repository at this point in the history
  • Loading branch information
bnf committed Oct 17, 2024
1 parent f9869d0 commit 321664c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Build/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ includes:

parameters:
level: 8
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false
checkGenericClassInNonGenericObjectType: false

ignoreErrors:
-
identifier: missingType.iterableValue
-
identifier: missingType.generics
- "#Casting to string something that's already string.#"
- "#Casting to int something that's already int.#"
- "#Casting to bool something that's already bool.#"
Expand Down

0 comments on commit 321664c

Please sign in to comment.