Files
scribe/phpstan.neon
2019-08-25 23:43:42 +01:00

10 lines
458 B
Plaintext

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(.*)#'