Skip to content

Commit 71ccdc1

Browse files
committed
chore: clean up phpstan file
1 parent 8d31d83 commit 71ccdc1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

phpstan.neon

-5
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,5 @@ parameters:
1212
- '#Call to an undefined static method MarcReichel\\IGDBLaravel\\Models\\Game::foo\(\).#'
1313
- '#Unable to resolve the template type TValue in call to function collect#'
1414
- '#Unable to resolve the template type TKey in call to function collect#'
15-
# - '#Parameter \#1 \$string of function md5 expects string, mixed given.#'
16-
# - '#Cannot call method getUrl\(\) on mixed.#'
17-
# - '#Unsafe usage of new static#'
18-
excludePaths:
19-
# - ./*/*/FileToBeExcluded.php
2015
checkMissingIterableValueType: false
2116
checkGenericClassInNonGenericObjectType: false

0 commit comments

Comments
 (0)