We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aea95b commit 24e31beCopy full SHA for 24e31be
lib/Iterators/RuleIterator.php
@@ -15,7 +15,7 @@ protected function fetchNextPage()
15
{
16
if (
17
is_array($this->response)
18
- && $this->key >= $this->response['nbHits']
+ && $this->key >= count($this->response['hits'])
19
) {
20
return;
21
}
lib/Iterators/SynonymIterator.php
0 commit comments