Skip to content

Commit bb1cd95

Browse files
committed
WIP
Signed-off-by: Tobias Oitzinger <[email protected]>
1 parent 33ff292 commit bb1cd95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Laravel/Eloquent/State/LinksHandler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ public function handleLinks(Builder $builder, array $uriVariables, array $contex
8989

9090
/**
9191
* @param Builder<Model> $builder
92-
* @param Link $link
93-
* @param mixed $identifier
94-
* @return Builder<Model> $builder
92+
*
9593
* @throws \Illuminate\Contracts\Container\BindingResolutionException
94+
*
95+
* @return Builder<Model> $builder
9696
*/
9797
private function buildQuery(Builder $builder, Link $link, mixed $identifier): Builder
9898
{

0 commit comments

Comments
 (0)