Skip to content

Commit 2cc4342

Browse files
authored
Merge pull request laminas#295 from rvm-peercode/having-docblock
Update docblock of having()
2 parents 58fd2df + 782890b commit 2cc4342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sql/Select.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public function group($group)
302302
/**
303303
* Create having clause
304304
*
305-
* @param Where|Closure|string|array $predicate
305+
* @param Where|Having|Closure|string|array $predicate
306306
* @param string $combination One of the OP_* constants from Predicate\PredicateSet
307307
* @return $this Provides a fluent interface
308308
*/

0 commit comments

Comments
 (0)