freescout-support/Modules/ApiWebhooks/vendor/mpociot/laravel-apidoc-generator/phpstan.neon
Rouie Ilustrisimo 309cac053a slack
2025-05-11 13:59:20 +08:00

10 lines
532 B
Text

parameters:
level: 5
reportUnmatchedIgnoredErrors: false
inferPrivatePropertyTypeFromConstructor:: true
ignoreErrors:
- '#Call to an undefined static method Illuminate\\Support\\Facades\\Route::getRoutes().#'
- '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceRootUrl()#'
- '#Call to an undefined method Illuminate\\Routing\\Route::versions().#'
- '#(.*)NunoMaduro\\Collision(.*)#'
- '#Instantiated class Whoops\\Exception\\Inspector not found\.#'