Passed
Branch feature/code_improvement (64e748)
by Thierry
06:47
created
src/Request/Support/FileUpload.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
                 {
105 105
                     throw new \Jaxon\Exception\Error($this->getValidatorMessage());
106 106
                 }
107
-           }
107
+            }
108 108
         }
109 109
 
110 110
         return $aTempFiles;
Please login to merge, or discard this patch.
src/Response/Features/JsCommands.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      *
28 28
      * @param string        $sName              The command name
29 29
      * @param array         $aAttributes        Associative array of attributes that will describe the command
30
-     * @param mixed         $mData              The data to be associated with this command
30
+     * @param string         $mData              The data to be associated with this command
31 31
      * @param boolean       $bRemoveEmpty       If true, remove empty attributes
32 32
      *
33 33
      * @return Response
Please login to merge, or discard this patch.
src/Utils/Pagination/Renderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
             return $this->xRenderer->render('pagination::links/current', ['text' => $nNumber]);
178 178
         }
179 179
         // Enabled page
180
-        return $this->xRenderer->render('pagination::links/enabled',[
180
+        return $this->xRenderer->render('pagination::links/enabled', [
181 181
             'text' => $nNumber,
182 182
             'call' => $this->getPageCall($nNumber)
183 183
         ]);
Please login to merge, or discard this patch.