Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
15 | class GeneratorClass implements \Saci\Console\Domain\Services\GeneratorClass |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * @var CodeGenerator |
||
20 | */ |
||
21 | private $generator; |
||
22 | |||
23 | 9 | public function __construct(CodeGenerator $generator) |
|
26 | 9 | } |
|
27 | |||
28 | 7 | public function generate(GenerateableInterface $generateable): string |
|
31 | } |
||
32 | } |