We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d31d83 commit 71ccdc1Copy full SHA for 71ccdc1
phpstan.neon
@@ -12,10 +12,5 @@ parameters:
12
- '#Call to an undefined static method MarcReichel\\IGDBLaravel\\Models\\Game::foo\(\).#'
13
- '#Unable to resolve the template type TValue in call to function collect#'
14
- '#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
20
checkMissingIterableValueType: false
21
checkGenericClassInNonGenericObjectType: false
0 commit comments