diff --git a/src/Sql/Select.php b/src/Sql/Select.php index 4ab03551..0672eab4 100644 --- a/src/Sql/Select.php +++ b/src/Sql/Select.php @@ -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 */