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.
src/project/Rest/Login.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use ByJG\RestServer\ResponseBag;
16 16
 use Psr\SimpleCache\InvalidArgumentException;
17 17
 use ReflectionException;
18
-use RestTemplate\Model\User;
19 18
 use Swagger\Annotations as SWG;
20 19
 
21 20
 class Login extends ServiceAbstractBase
Please login to merge, or discard this patch.