fix: phpstan level=5

This commit is contained in:
origami11@yandex.ru 2024-01-24 17:13:38 +03:00
parent 1638d558c5
commit 2947e4aac3
8 changed files with 13 additions and 32 deletions

View file

@ -8,7 +8,6 @@ class StatementIterator implements \Iterator
private $result;
private $pos = 0;
private $fetchmode;
private $row_count;
public function __construct($rs/*: PDOStatement*/) {