forked from knuckleswtf/scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
16 lines (16 loc) · 917 Bytes
/
phpstan.neon
File metadata and controls
16 lines (16 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
parameters:
level: 5
reportUnmatchedIgnoredErrors: true
inferPrivatePropertyTypeFromConstructor: true
ignoreErrors:
- '#Call to an undefined static method Illuminate\\Support\\Facades\\URL::forceRootUrl\(\)#'
- '#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(.*)#'
- '#.+Dingo.+#'
- '#Call to an undefined method Illuminate\\Contracts\\Filesystem\\Filesystem::path\(\)#'
- '#Access to an undefined property Illuminate\\Support\\HigherOrderCollectionProxy#'
- '#Access to an undefined property Illuminate\\Contracts\\Foundation\\Application::\$view#'
- '#Unsafe usage of new static#'
- '#Dead catch#'