@@ -104,7 +104,7 @@ |
||
104 | 104 | { |
105 | 105 | throw new \Jaxon\Exception\Error($this->getValidatorMessage()); |
106 | 106 | } |
107 | - } |
|
107 | + } |
|
108 | 108 | } |
109 | 109 | |
110 | 110 | return $aTempFiles; |
@@ -27,7 +27,7 @@ |
||
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 |
@@ -177,7 +177,7 @@ |
||
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 | ]); |