@@ -33,7 +33,7 @@ |
||
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |
36 | - * @return array |
|
36 | + * @return string|null |
|
37 | 37 | */ |
38 | 38 | public function getDefault() |
39 | 39 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Symfony\Component\Console\Output\OutputInterface; |
6 | 6 | use Symfony\Component\Console\Helper\DialogHelper; |
7 | 7 | use CL\ComposerInit\GitConfig; |
8 | -use RuntimeException; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * @author Ivan Kerin <[email protected]> |