We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b70f41 commit c5dec1eCopy full SHA for c5dec1e
phpstan.neon
@@ -16,4 +16,6 @@ parameters:
16
- '#Dynamic call to static method Illuminate\\Database\\Eloquent\\((Builder|Relations|Model)+[\w\\\:\(\)\<\>]+).#'
17
- '#Method ([\w\\]+(Livewire|Components)+[\w\\\:\(\)\<\>]+\:\:rules\(\)) is protected, but since the containing class is final, it can be private.#'
18
- '#Access to an undefined property Spatie\\Activitylog\\Models\\Activity.#'
19
+ - identifier: missingType.iterableValue
20
+ - identifier: missingType.generics
21
reportUnmatchedIgnoredErrors: false
0 commit comments