Skip to content

Commit

Permalink
Merge pull request #295 from rvm-peercode/having-docblock
Browse files Browse the repository at this point in the history
Update docblock of having()
  • Loading branch information
Xerkus committed Feb 1, 2024
2 parents 58fd2df + 782890b commit 2cc4342
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 2cc4342

Please sign in to comment.