Completed
Pull Request — master (#3)
by Ivan
04:21 queued 02:19
created
src/Prompt/PackageNamePrompt.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @return array
36
+     * @return string|null
37 37
      */
38 38
     public function getDefault()
39 39
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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]>
Please login to merge, or discard this patch.