@@ -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 |