phpstan.neon.dist 359 B

12345678910
  1. includes:
  2. - ./vendor/nunomaduro/larastan/extension.neon
  3. parameters:
  4. level: max
  5. paths:
  6. - src
  7. reportUnmatchedIgnoredErrors: false
  8. ignoreErrors:
  9. - '#Call to an undefined method Illuminate\\Contracts\\Debug\\ExceptionHandler::shouldReport().#'
  10. - '#Parameter \#1 \$input of function str_pad expects string, int given.#'