Passed
Push — master ( 945884...0c08bd )
by Danny
04:15
created
src/Command/ConfigureCommand.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,8 @@
 block discarded – undo
57 57
     /**
58 58
      * Create project directory.
59 59
      *
60
-     * @return InitCommand
60
+     * @param string $directory
61
+     * @return ConfigureCommand
61 62
      */
62 63
     protected function createProjectDirectory($directory, OutputInterface $output)
63 64
     {
Please login to merge, or discard this patch.
src/Option/Configuration.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -118,6 +118,7 @@
 block discarded – undo
118 118
     /**
119 119
      * Configuration skeleton
120 120
      *
121
+     * @param string $name
121 122
      * @return string
122 123
      */
123 124
     protected static function configSkeleton($name, InputInterface $input, OutputInterface $output, QuestionHelper $helper)
Please login to merge, or discard this patch.