forked from knuckleswtf/scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
17 lines (17 loc) · 1.04 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 static method Illuminate\\Support\\Facades\\URL::formatRoot\(\)#'
- '#Call to an undefined static method Illuminate\\Support\\Facades\\Storage::path\(\)#'
- '#Cannot access offset .+ on Illuminate\\Contracts\\Foundation\\Application.#'
- '#Call to an undefined method Illuminate\\Routing\\Route::versions\(\).#'
- '#Call to an undefined method Illuminate\\Contracts\\Validation\\Validator::getRules\(\).#'
- '#Call to an undefined method ReflectionType::getName\(\).#'
- '#(.*)NunoMaduro\\Collision(.*)#'
- '#Instantiated class Whoops\\Exception\\Inspector not found\.#'
- '#.+Dingo.+#'
- '#Right side of && is always false.#'