Completed
Push — master ( 8f8c1f...296882 )
by Niels
20s
created
src/EventListener/JsonRequestBodyValidationSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
179 179
     private function throwInvalidRequestException(array $errors): void
180 180
     {
181 181
         $errorMessages = array_map(
182
-            function ($error) {
182
+            function($error) {
183 183
                 return $error['message'];
184 184
             },
185 185
             $errors
Please login to merge, or discard this patch.