Skip to content

Commit

Permalink
Fixed Criteria::createBuilder stub
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Oct 22, 2017
1 parent 8eb9574 commit 8974b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phalcon/mvc/model/Criteria.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ public static function fromInput(\Phalcon\DiInterface $dependencyInjector, $mode
* ->createBuilder();
* </code>
*
* @return BuilderInterface
* @return \Phalcon\Mvc\Model\Query\BuilderInterface
*/
public function createBuilder() {}

Expand Down

0 comments on commit 8974b50

Please sign in to comment.