Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Incorrect DocBlock for Collection::count() #6

Merged
merged 2 commits into from
Sep 10, 2017

Conversation

angelxmoreno
Copy link
Contributor

phalcon/cphalcon#13063 was opened. I assume the stubs are generated by looking at zephir. Thus, no need to merge this. However, I am adding this here for historical purposes.

@@ -614,7 +614,7 @@ public static function count(array $parameters = null) {}
* Perform an aggregation using the Mongo aggregation framework
*
* @param array $parameters
* @return array
* @return int

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you mean to make this change around aggregate instead of count? I think this should be on line :609

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops

@ninjapanzer
Copy link

Thank You!

@sergeyklay sergeyklay merged commit 24a70da into phalcon:master Sep 10, 2017
@angelxmoreno angelxmoreno deleted the angelxmoreno-patch-1 branch September 11, 2017 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants