update to 2.6.6 (build 434)

This commit is contained in:
crazywhalecc
2022-01-08 16:19:43 +08:00
parent 7f0c97c5b9
commit 34db1626a5
4 changed files with 8 additions and 26 deletions

View File

@@ -94,7 +94,7 @@ class MySQLStatement implements IteratorAggregate, Statement
return $this->statement->rowCount();
}
public function getIterator()
public function getIterator(): StatementIterator
{
return new StatementIterator($this);
}