Skip to content

Commit

Permalink
Fix inherited param type
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Feb 21, 2024
1 parent 8e3d210 commit 7cc5754
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -614,11 +614,7 @@ public function orderBy($column, $direction = 'asc')
return $this;
}

/**
* @param list{mixed, mixed}|CarbonPeriod $values
*
* @inheritdoc
*/
/** @inheritdoc */
public function whereBetween($column, iterable $values, $boolean = 'and', $not = false)
{
$type = 'between';
Expand Down

0 comments on commit 7cc5754

Please sign in to comment.