Skip to content

Commit

Permalink
Update docblock of having()
Browse files Browse the repository at this point in the history
Fixes: #296

Signed-off-by: Roel van Meer <roel.van.meer@peercode.nl>
  • Loading branch information
rvm-peercode committed Dec 11, 2023
1 parent 12385a4 commit 3339054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sql/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public function group($group)
/**
* Create having clause
*
* @param Where|Closure|string|array $predicate
* @param Where|Having|Closure|string|array $predicate
* @param string $combination One of the OP_* constants from Predicate\PredicateSet
* @return $this Provides a fluent interface
*/
Expand Down

0 comments on commit 3339054

Please sign in to comment.