1 | <?php |
||
5 | class IndexIterator extends TraversableIterator implements \Countable |
||
6 | { |
||
7 | private $indexingIterator; |
||
8 | private $valid; |
||
9 | private $count; |
||
|
|||
10 | 3 | ||
11 | public function __construct(\Traversable $iterator, iterable $indexes) |
||
22 | |||
23 | 3 | public function count() |
|
27 | 3 | ||
28 | 3 | public function rewind() |
|
34 | |||
35 | 3 | public function next() |
|
44 | |||
45 | public function valid() |
||
49 | } |
||
50 |
This check marks private properties in classes that are never used. Those properties can be removed.