Completed
Push — master ( 53e22b...6229cb )
by Andrii
13:25
created
src/controllers/ComposerController.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -47,6 +47,10 @@
 block discarded – undo
47 47
         return $this->run('update');
48 48
     }
49 49
 
50
+    /**
51
+     * @param string $command
52
+     * @param string $dir
53
+     */
50 54
     public function run($command, $dir = null)
51 55
     {
52 56
         if ($dir === null) {
Please login to merge, or discard this patch.