Skip to content

Commit 65c84f0

Browse files
committed
Ignore phpstan errors
1 parent 858280c commit 65c84f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon.dist

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ parameters:
1010
excludePaths:
1111
- ./vendor
1212
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

Comments
 (0)