Skip to content

Commit

Permalink
chore: clean up phpstan file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Mar 10, 2024
1 parent 8d31d83 commit 71ccdc1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,5 @@ parameters:
- '#Call to an undefined static method MarcReichel\\IGDBLaravel\\Models\\Game::foo\(\).#'
- '#Unable to resolve the template type TValue in call to function collect#'
- '#Unable to resolve the template type TKey in call to function collect#'
# - '#Parameter \#1 \$string of function md5 expects string, mixed given.#'
# - '#Cannot call method getUrl\(\) on mixed.#'
# - '#Unsafe usage of new static#'
excludePaths:
# - ./*/*/FileToBeExcluded.php
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false

0 comments on commit 71ccdc1

Please sign in to comment.