Completed
Pull Request — 1.x (#6)
by Dorian
01:46
created
src/Handler/SubArrayHydratingHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -189,7 +189,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.