phpstan.neon 917 B

12345678910111213141516
  1. parameters:
  2. level: 5
  3. reportUnmatchedIgnoredErrors: true
  4. inferPrivatePropertyTypeFromConstructor: true
  5. ignoreErrors:
  6. - '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceRootUrl\(\)#'
  7. - '#Call to an undefined method Illuminate\\Routing\\Route::versions\(\).#'
  8. - '#Call to an undefined method Illuminate\\Contracts\\Validation\\Validator::getRules\(\).#'
  9. - '#Call to an undefined method ReflectionType::getName\(\).#'
  10. - '#(.*)NunoMaduro\\Collision(.*)#'
  11. - '#.+Dingo.+#'
  12. - '#Call to an undefined method Illuminate\\Contracts\\Filesystem\\Filesystem::path\(\)#'
  13. - '#Access to an undefined property Illuminate\\Support\\HigherOrderCollectionProxy#'
  14. - '#Access to an undefined property Illuminate\\Contracts\\Foundation\\Application::\$view#'
  15. - '#Unsafe usage of new static#'
  16. - '#Dead catch#'