Skip to content

Commit

Permalink
Merge pull request #6 from angelxmoreno/angelxmoreno-patch-1
Browse files Browse the repository at this point in the history
Fixed Incorrect DocBlock for Collection::count()
  • Loading branch information
sergeyklay authored Sep 10, 2017
2 parents 46f0f0a + cd31072 commit 24a70da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phalcon/mvc/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ public static function find(array $parameters = null) {}
* </code>
*
* @param array $parameters
* @return array
* @return int
*/
public static function count(array $parameters = null) {}

Expand Down

0 comments on commit 24a70da

Please sign in to comment.