-
Notifications
You must be signed in to change notification settings - Fork 248
LB paginator fix #521
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
LB paginator fix #521
Conversation
Disable Travis sudo for container based builds
@jamiehannaford I'll take a look at this later today but it looks like the Travis build failed due to the PSR-2 linter. |
@ycombinator Fixed the linter stuff - also had to disable GC for 5.3 again 😞 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: You could combine the previous three statements into:
$this->nextElement = array_pop($response)
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 good catch
@ycombinator Also, this is ready for another review 👍 |
Hopes to fix #502