Skip to content

Commit c5dec1e

Browse files
committed
chore: port phpstan config to v2
1 parent 6b70f41 commit c5dec1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ parameters:
1616
- '#Dynamic call to static method Illuminate\\Database\\Eloquent\\((Builder|Relations|Model)+[\w\\\:\(\)\<\>]+).#'
1717
- '#Method ([\w\\]+(Livewire|Components)+[\w\\\:\(\)\<\>]+\:\:rules\(\)) is protected, but since the containing class is final, it can be private.#'
1818
- '#Access to an undefined property Spatie\\Activitylog\\Models\\Activity.#'
19+
- identifier: missingType.iterableValue
20+
- identifier: missingType.generics
1921
reportUnmatchedIgnoredErrors: false

0 commit comments

Comments
 (0)