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

This commit is contained in:
origami11@yandex.ru 2025-10-29 13:52:15 +03:00
parent 704e4e0bd5
commit 8588173079
9 changed files with 80 additions and 27 deletions

View file

@ -6,6 +6,7 @@ use PDO;
class StatementIterator implements \Iterator
{
/** @var PDOStatement */
private $result;
/** @var int */
private $pos = 0;