Skip to content

Commit

Permalink
Update groupBy's PHPDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
naoyukik authored Sep 7, 2018
1 parent af75e05 commit 6864283
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 6864283

Please sign in to comment.