Skip to content

Commit 7cc5754

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Query/Builder.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -614,11 +614,7 @@ public function orderBy($column, $direction = 'asc')
614614
return $this;
615615
}
616616

617-
/**
618-
* @param list{mixed, mixed}|CarbonPeriod $values
619-
*
620-
* @inheritdoc
621-
*/
617+
/** @inheritdoc */
622618
public function whereBetween($column, iterable $values, $boolean = 'and', $not = false)
623619
{
624620
$type = 'between';

0 commit comments

Comments
 (0)