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