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

This commit is contained in:
origami11@yandex.ru 2025-10-29 17:38:30 +03:00
parent 2aac407c4d
commit 0267d3081f
3 changed files with 9 additions and 8 deletions

View file

@ -11,7 +11,7 @@ class PDOStatement extends \PDOStatement implements \IteratorAggregate
{
/** @var int */
protected $cursorPos = 0;
/** @var array */
/** @var array<int, mixed> */
public $cache = [];
/** @var ?array */
public $fields;