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

Unnecessary processing of parameters in aggregations #147

Closed
einorler opened this issue Sep 5, 2016 · 1 comment
Closed

Unnecessary processing of parameters in aggregations #147

einorler opened this issue Sep 5, 2016 · 1 comment
Labels

Comments

@einorler
Copy link
Member

einorler commented Sep 5, 2016

There are two aggregations that have processArray() in their getArray() methods. These calls should be removed:

$out = $this->processArray($out);

$output = $this->processArray($output);

@saimaz
Copy link
Member

saimaz commented Dec 13, 2016

Indeed. Let's fix this.

@saimaz saimaz added the bug label Dec 13, 2016
@saimaz saimaz closed this as completed in 96b5d1b Jan 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants