CLI: API templates

This commit is contained in:
2024-04-04 12:46:58 +02:00
parent a7dc4c0d2f
commit 10f7025569
12 changed files with 244 additions and 66 deletions

View File

@@ -510,7 +510,7 @@ class RowIteratorMySQL extends RowIterator {
return $row;
}
public function rewind() {
public function rewind(): void {
if ($this->useCache) {
$this->rowIndex = 0;
} else if ($this->rowIndex !== 0) {