0
0
Files
Babyclass/vendor/nunomaduro/collision/phpstan.neon.dist
2020-08-04 10:24:44 +08:00

9 lines
299 B
Plaintext

parameters:
level: max
paths:
- src
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Call to an undefined method Illuminate\\Contracts\\Debug\\ExceptionHandler::shouldReport().#'
- '#Parameter \#1 \$input of function str_pad expects string, int given.#'