Skip to content

Commit

Permalink
Merge pull request #13 from naoyukik/fix_doc_groupby
Browse files Browse the repository at this point in the history
Update groupBy's PHPDoc.
  • Loading branch information
niden authored Sep 18, 2018
2 parents af75e05 + 6864283 commit 48e7920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phalcon/mvc/model/query/BuilderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public function getLimit();
/**
* Sets a LIMIT clause
*
* @param string $group
* @param string|array $group
* @return \Phalcon\Mvc\Model\Query\BuilderInterface
*/
public function groupBy($group);
Expand Down

0 comments on commit 48e7920

Please sign in to comment.