We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858280c commit 65c84f0Copy full SHA for 65c84f0
phpstan.neon.dist
@@ -10,3 +10,6 @@ parameters:
10
excludePaths:
11
- ./vendor
12
checkMissingIterableValueType: true
13
+ ignoreErrors:
14
+ - '#Call to an undefined method Illuminate\\Contracts\\Filesystem\\Filesystem::getClient\(\).#'
15
+ - '#Call to an undefined method Throwable::getStatusCode\(\).#'
0 commit comments