Closed simPod closed 5 years ago
Intersting...I figured the if (!$this->next) {
should evaluate false for an empty array. Does this cause it to actually work as expected for what you mentioned in the issue?
It evaluated as true -> threw exception even though there were 100 items in $next.
And that was the reason why it returned no data.
Weird. Thanks for taking the time to help fix that!