phpstan.neon 630 B

1234567891011
  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::forceScheme()#'
  9. - '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
  10. - '#(.*)NunoMaduro\\Collision(.*)#'
  11. - '#Instantiated class Whoops\\Exception\\Inspector not found\.#'