Total Complexity | 4 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class Initializer extends AbstractOperation implements InitializerInterface |
||
9 | { |
||
10 | /** |
||
11 | * @param string $repositoryName |
||
12 | * |
||
13 | * @return \Dandelion\Operation\InitializerInterface |
||
14 | */ |
||
15 | public function executeForSingleRepository(string $repositoryName): InitializerInterface |
||
34 | } |
||
35 | |||
36 | /** |
||
37 | * @param string[] $commandArguments |
||
38 | * |
||
39 | * @return string[] |
||
40 | */ |
||
41 | protected function getCommand(array $commandArguments): array |
||
52 |