Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class Mutator implements MutatorInterface |
||
13 | { |
||
14 | |||
15 | private $walker; |
||
16 | |||
17 | private $eventDecoder; |
||
18 | |||
19 | public function __construct(ValueWalkerInterface $walker, EventDecoderInterface $eventDecoder) |
||
23 | } |
||
24 | |||
25 | public function deletePaths(NodeValueInterface $rootNode, PathInterface ...$paths): ?NodeValueInterface |
||
37 |