Skip to content

Commit

Permalink
Increase PHPStan level
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Sep 10, 2024
1 parent e8654f7 commit 85ff13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eloquent/Traits/ConcatenatesRelationships.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function hasOneDeepFromRelations(...$relations)
* Prepare a has-one-deep or has-many-deep relationship from existing relationships.
*
* @param list<callable|\Illuminate\Database\Eloquent\Relations\Relation<\Illuminate\Database\Eloquent\Model>> $relations
* @return array{0: string,
* @return array{0: class-string<\Illuminate\Database\Eloquent\Model>,
* 1: list<string>,
* 2: list<array{0: string, 1: string}|callable|string|\Staudenmeir\EloquentHasManyDeep\Eloquent\CompositeKey>,
* 3: list<array{0: string, 1: string}|callable|string|\Staudenmeir\EloquentHasManyDeep\Eloquent\CompositeKey>,
Expand Down

0 comments on commit 85ff13d

Please sign in to comment.