Completed
Push — master ( 0dd416...58e860 )
by Andrii
11:58
created
src/console/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.