@@ -189,7 +189,7 @@ |
||
| 189 | 189 | $validator->validate($parsedValue, $contextObject); |
| 190 | 190 | } |
| 191 | 191 | } catch (ValidationException $exception) { |
| 192 | - throw new HydratingException([ $this->key => $exception->getInnerError() ]); |
|
| 192 | + throw new HydratingException([$this->key => $exception->getInnerError()]); |
|
| 193 | 193 | } |
| 194 | 194 | } |
| 195 | 195 | } |