Skip to content

Commit 543867d

Browse files
[12.x] Add Expression type to param $value of QueryBuilder having() method (#55200)
* add Expression type to QueryBuilder having() * Update Builder.php --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent 87e43e6 commit 543867d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Query/Builder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2399,7 +2399,7 @@ public function groupByRaw($sql, array $bindings = [])
23992399
*
24002400
* @param \Illuminate\Contracts\Database\Query\Expression|\Closure|string $column
24012401
* @param \DateTimeInterface|string|int|float|null $operator
2402-
* @param \DateTimeInterface|string|int|float|null $value
2402+
* @param \Illuminate\Contracts\Database\Query\Expression|\DateTimeInterface|string|int|float|null $value
24032403
* @param string $boolean
24042404
* @return $this
24052405
*/

0 commit comments

Comments
 (0)