phpstan.neon 1.5 KB

12345678910111213141516171819202122
  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. - '#Call to an undefined static method Illuminate\\Support\\Facades\\Storage::path\(\)#'
  10. - '#Cannot access offset .+ on Illuminate\\Contracts\\Foundation\\Application.#'
  11. - '#Call to an undefined method Illuminate\\Routing\\Route::versions\(\).#'
  12. - '#Call to an undefined method Illuminate\\Contracts\\Validation\\Validator::getRules\(\).#'
  13. - '#Call to an undefined method ReflectionType::getName\(\).#'
  14. - '#(.*)NunoMaduro\\Collision(.*)#'
  15. - '#Instantiated class Whoops\\Exception\\Inspector not found\.#'
  16. - '#.+Dingo.+#'
  17. - '#Right side of && is always false.#'
  18. - '#Function factory invoked with 1 parameter, 0 required.#'
  19. - '#Call to an undefined method Illuminate\\Contracts\\Filesystem\\Filesystem::path\(\)#'
  20. - '#Access to an undefined property Illuminate\\Support\\HigherOrderCollectionProxy#'
  21. - '#Access to an undefined property Illuminate\\Contracts\\Foundation\\Application::\$view#'
  22. - '#Call to an undefined method Faker\\Generator::uuid#'