phpstan.neon 970 B

12345678910111213141516
  1. parameters:
  2. level: 5
  3. reportUnmatchedIgnoredErrors: false
  4. inferPrivatePropertyTypeFromConstructor: true
  5. ignoreErrors:
  6. - '#Call to an undefined static method Illuminate\\Support\\Facades\\Route::getRoutes\(\).#'
  7. - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceRootUrl\(\)#'
  8. - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::formatRoot\(\)#'
  9. - '#Cannot access offset .+ on Illuminate\\Contracts\\Foundation\\Application.#'
  10. - '#Call to an undefined method Illuminate\\Routing\\Route::versions\(\).#'
  11. - '#Call to an undefined method Illuminate\\Contracts\\Validation\\Validator::getRules\(\).#'
  12. - '#Call to an undefined method ReflectionType::getName\(\).#'
  13. - '#(.*)NunoMaduro\\Collision(.*)#'
  14. - '#Instantiated class Whoops\\Exception\\Inspector not found\.#'
  15. - '#.+Dingo.+#'
  16. - '#Right side of && is always false.#'