Completed
Pull Request — master (#2)
by Samuel
06:02
created
src/Common/App/Formatter/ValidationExceptionFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
             $errors = [];
19 19
 
20 20
             $violations = $error->getViolations();
21
-            foreach($violations as $violation) {
21
+            foreach ($violations as $violation) {
22 22
                 $errors[] = [
23 23
                     'field' => $violation->getPropertyPath(),
24 24
                     'message' => $violation->getMessage(),
Please login to merge, or discard this patch.