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 a5477a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Query/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,6 @@ public function orderBy($column, $direction = 'asc')
}

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

0 comments on commit a5477a4

Please sign in to comment.