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 cb751e8 commit 95fce9fCopy full SHA for 95fce9f
src/Records.php
@@ -115,15 +115,15 @@ public function next()
115
++$this->position;
116
117
if ($this->position > $this->numberOfRecords()) {
118
- return null;
+ return;
119
}
120
121
if (count($this->data) == 0) {
122
$this->fetchMore();
123
124
125
126
127
128
129
0 commit comments