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

Improve testing coverage for src/Paginator/ #1494

Merged
merged 1 commit into from Jan 28, 2019
Merged

Improve testing coverage for src/Paginator/ #1494

merged 1 commit into from Jan 28, 2019

Conversation

jandom
Copy link
Contributor

@jandom jandom commented Jan 27, 2019

No description provided.

@@ -39,6 +39,8 @@ public function __construct(SearchableInterface $searchable, Query $query, Elast
*/
public function getResults($offset, $length)
{
return new HybridPartialResults($this->getElasticaResults($offset, $length), $this->transformer);
Copy link
Member

Choose a reason for hiding this comment

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

Any reason for this change? :)

Copy link
Contributor Author

@jandom jandom Jan 28, 2019

Choose a reason for hiding this comment

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

Ugh... yeah... brain fart? :P Sorry going to undo

@XWB XWB merged commit 61ff1f9 into FriendsOfSymfony:master Jan 28, 2019
@XWB
Copy link
Member

XWB commented Jan 28, 2019

Thanks again :)

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.

None yet

2 participants