Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
9 | class CommandHydrator |
||
10 | { |
||
11 | public function __construct() |
||
13 | } |
||
14 | |||
15 | /** |
||
16 | * @psalm-param class-string<GeneratorCommandInterface> $commandClass |
||
17 | * |
||
18 | * @param array $parameters |
||
19 | * |
||
20 | * @return GeneratorCommandInterface |
||
21 | */ |
||
22 | public function hydrate(string $commandClass, array $parameters): GeneratorCommandInterface |
||
27 |