| 1 | <?php  | 
            ||
| 8 | final class ConfigIterator extends RecursiveIteratorIterator  | 
            ||
| 9 | { | 
            ||
| 10 | /**  | 
            ||
| 11 | * @var string[]  | 
            ||
| 12 | */  | 
            ||
| 13 | private $path = [];  | 
            ||
| 14 | |||
| 15 | /**  | 
            ||
| 16 | * @var string  | 
            ||
| 17 | */  | 
            ||
| 18 | private $separator;  | 
            ||
| 19 | |||
| 20 | /**  | 
            ||
| 21 | * @param Config $config  | 
            ||
| 22 | */  | 
            ||
| 23 | public function __construct(Config $config)  | 
            ||
| 31 | |||
| 32 | public function key()  | 
            ||
| 36 | |||
| 37 | public function next()  | 
            ||
| 45 | |||
| 46 | public function rewind()  | 
            ||
| 52 | |||
| 53 | public function endChildren()  | 
            ||
| 57 | }  | 
            ||
| 58 | 
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.