Skip to content

Commit

Permalink
Fixed wrong line edited
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxmoreno authored Sep 10, 2017
1 parent d36f833 commit cd31072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Phalcon/mvc/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -606,15 +606,15 @@ public static function find(array $parameters = null) {}
* </code>
*
* @param array $parameters
* @return array
* @return int
*/
public static function count(array $parameters = null) {}

/**
* Perform an aggregation using the Mongo aggregation framework
*
* @param array $parameters
* @return int
* @return array
*/
public static function aggregate(array $parameters = null) {}

Expand Down

0 comments on commit cd31072

Please sign in to comment.