Completed
Push — master ( 54e2a4...53e22b )
by Andrii
12:38
created
src/controllers/ComposerController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@
 block discarded – undo
41 41
         return $this->run('update');
42 42
     }
43 43
 
44
+    /**
45
+     * @param string $command
46
+     */
44 47
     public function run($command, $dir = null)
45 48
     {
46 49
         if ($dir === null) {
Please login to merge, or discard this patch.