Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | final class Factory extends AbstractFactory |
||
13 | { |
||
14 | public function __construct( |
||
15 | private readonly GreeterGeneratorInterface $greeterGenerator, |
||
16 | ) { |
||
17 | } |
||
18 | |||
19 | public function createGreeterService(): GreeterService |
||
24 | ); |
||
25 | } |
||
26 | |||
27 | private function getModule2Facade(): Module2FacadeInterface |
||
32 |