Skip to content

Commit f9ba147

Browse files
author
Bulat Shakirzyanov
committed
fix typo
1 parent d16d8e4 commit f9ba147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cassandra/Rows.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function nextPage($timeout = null)
198198
*/
199199
public function nextPageAsync()
200200
{
201-
if (isLastPage()) {
201+
if ($this->isLastPage()) {
202202
return new FutureValue(null);
203203
}
204204

0 commit comments

Comments
 (0)