-
-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
13 lines (12 loc) · 644 Bytes
/
phpstan.neon.dist
File metadata and controls
13 lines (12 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- src
ignoreErrors:
- identifier: missingType.iterableValue
- identifier: missingType.generics
- '#Parameter .+? of method Illuminate\\Support\\Collection<.+?>::.+?\(\) expects .+? given#'
- '#Call to an undefined method Illuminate\\Database\\Eloquent\\Model::(getScoutKey|getScoutKeyName|getScoutModelsByIds|queryScoutModelsByIds|searchableAs|searchableUsing|scoutMetadata|pushSoftDeleteMetadata|toSearchableArray|withTrashed|searchableRouting)\(\)#'
- '#Call to an undefined method Illuminate\\Support\\Collection::withSearchableRelations\(\)#'