chore: Аннотации к типам

This commit is contained in:
origami11@yandex.ru 2025-10-27 16:39:44 +03:00
parent 730a608f9b
commit 89913de4fe
19 changed files with 124 additions and 24 deletions

View file

@ -78,6 +78,9 @@ class PDOStatement extends \PDOStatement implements \IteratorAggregate
return $this->cache[$this->cursorPos];
}
/**
* @return array|null
*/
function getRow() {
return $this->fields;
}