Completed
Push — develop ( 569b94...a0c664 )
by Tom
04:46
created
src/N98/Magento/Command/Installer/SubCommand/InstallSampleData.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
 class InstallSampleData extends AbstractSubCommand
10 10
 {
11 11
     /**
12
-     * @return bool
12
+     * @return false|null
13 13
      */
14 14
     public function execute()
15 15
     {
@@ -36,6 +36,7 @@  discard block
 block discarded – undo
36 36
     }
37 37
 
38 38
     /**
39
+     * @param string $command
39 40
      * @return array
40 41
      */
41 42
     private function runMagentoCommand($command)
Please login to merge, or discard this patch.