Passed
Branch master (ecaff5)
by Joao
02:24
created
src/builder/_Lib.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@  discard block
 block discarded – undo
33 33
         return $this->systemOs;
34 34
     }
35 35
 
36
+    /**
37
+     * @param string $command
38
+     */
36 39
     public function fixDir($command)
37 40
     {
38 41
         if ($this->getSystemOs() === "Windows") {
@@ -44,7 +47,7 @@  discard block
 block discarded – undo
44 47
     /**
45 48
      * Execute the given command by displaying console output live to the user.
46 49
      *
47
-     * @param string|array $cmd :  command to be executed
50
+     * @param string $cmd :  command to be executed
48 51
      * @return array   exit_status  :  exit status of the executed command
49 52
      *                  output       :  console output of the executed command
50 53
      * @throws ConfigNotFoundException
@@ -100,7 +103,7 @@  discard block
 block discarded – undo
100 103
     }
101 104
 
102 105
     /**
103
-     * @param string|Closure $variableValue
106
+     * @param string $variableValue
104 107
      * @return mixed
105 108
      * @throws ConfigNotFoundException
106 109
      * @throws EnvironmentException
Please login to merge, or discard this patch.