chore: Аннотация типов

This commit is contained in:
Wizard 2025-11-01 23:17:40 +03:00
parent f964472e62
commit cf0bc435ce
19 changed files with 96 additions and 37 deletions

View file

@ -46,7 +46,9 @@ class PDOStatement extends \PDOStatement implements \IteratorAggregate
return true;
}
/**
* @return bool
*/
public function first() {
if ($this->cursorPos !== 0) { $this->seek(0); }
return $this->next();