Skip to content

Commit

Permalink
fix phpdoc for getSorts() method
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar0010r committed Jun 20, 2023
1 parent 765ce8e commit 50c92b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infrastructure/Scout/ScoutSearchCommandBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public function getOffset(): ?int
return $this->offset;
}

/** @return Sort[] */
/** @return SyntaxInterface[] */
private static function getSorts(Builder $builder): array
{
return array_map(static function($order) {
Expand Down

0 comments on commit 50c92b1

Please sign in to comment.