Skip to content

Commit a5477a4

Browse files
committed
Fix inherited param type
1 parent 8e3d210 commit a5477a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/Query/Builder.php

-2
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,6 @@ public function orderBy($column, $direction = 'asc')
615615
}
616616

617617
/**
618-
* @param list{mixed, mixed}|CarbonPeriod $values
619-
*
620618
* @inheritdoc
621619
*/
622620
public function whereBetween($column, iterable $values, $boolean = 'and', $not = false)

0 commit comments

Comments
 (0)