Total Complexity | 5 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | final class DeleteMutation implements MutationInterface |
||
12 | { |
||
13 | |||
14 | private $paths; |
||
15 | |||
16 | public function __construct(PathInterface ...$paths) |
||
19 | } |
||
20 | |||
21 | public function __invoke(EventInterface $event): Iterator |
||
24 | } |
||
25 | |||
26 | private function createEventGenerator(EventInterface $event): Generator |
||
36 |