@@ -101,7 +101,7 @@ |
||
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | /** |
| 104 | - * @return Message|FormzMessageInterface |
|
| 104 | + * @return Message |
|
| 105 | 105 | * @throws \Exception |
| 106 | 106 | */ |
| 107 | 107 | protected function getMessage() |
@@ -211,7 +211,7 @@ |
||
| 211 | 211 | /** |
| 212 | 212 | * Will clean the string filled with form values sent with Ajax. |
| 213 | 213 | * |
| 214 | - * @param array $values |
|
| 214 | + * @param string $values |
|
| 215 | 215 | * @return array |
| 216 | 216 | */ |
| 217 | 217 | protected function cleanValuesFromUrl($values) |