mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 23:25:35 +08:00
update to 2.6.6 (build 434)
This commit is contained in:
@@ -94,7 +94,7 @@ class MySQLStatement implements IteratorAggregate, Statement
|
||||
return $this->statement->rowCount();
|
||||
}
|
||||
|
||||
public function getIterator()
|
||||
public function getIterator(): StatementIterator
|
||||
{
|
||||
return new StatementIterator($this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user