Skip to content

Commit 782890b

Browse files
rvm-peercodeXerkus
authored andcommitted
Update docblock of having()
Fixes: laminas#296 Signed-off-by: Roel van Meer <[email protected]>
1 parent 58fd2df commit 782890b

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)