Completed
Push — master ( 283542...d399c1 )
by Changwan
03:04
created
src/Wandu/Installation/Commands/InstallCommand.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -57,6 +57,9 @@  discard block
 block discarded – undo
57 57
         $this->output->writeln("<info>Install Complete!</info>");
58 58
     }
59 59
 
60
+    /**
61
+     * @param string $appBasePath
62
+     */
60 63
     protected function install($appBasePath, $appNamespace)
61 64
     {
62 65
         $installer = new SkeletonBuilder($appBasePath, __DIR__ . '/../skeleton');
@@ -117,6 +120,10 @@  discard block
 block discarded – undo
117 120
         $this->output->writeln("<info>ok</info>");
118 121
     }
119 122
 
123
+    /**
124
+     * @param string $message
125
+     * @param string $default
126
+     */
120 127
     protected function askAppNamespace($message, $default)
121 128
     {
122 129
         return $this->io->ask($message, $default, function ($namespace) {
Please login to merge, or discard this patch.