| 1 | <?php |
||
| 10 | class Body implements \Iterator |
||
| 11 | { |
||
| 12 | private $viewFactory; |
||
| 13 | private $gridMetadata; |
||
| 14 | private $collection; |
||
| 15 | private $orderings; |
||
|
|
|||
| 16 | |||
| 17 | public function __construct( |
||
| 26 | |||
| 27 | public function current() |
||
| 35 | |||
| 36 | public function next() |
||
| 40 | |||
| 41 | public function key() |
||
| 45 | |||
| 46 | public function rewind() |
||
| 50 | |||
| 51 | public function valid() |
||
| 55 | } |
||
| 56 |
This check marks private properties in classes that are never used. Those properties can be removed.