Completed
Push — master ( dd95a4...bb9045 )
by Sergey
02:33
created
examples/Request/ResponseProvidingRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     {
14 14
         return new JsonResponse([
15 15
             'message' => 'Please check your data',
16
-            'errors' => array_map(function (ConstraintViolation $violation) {
16
+            'errors' => array_map(function(ConstraintViolation $violation) {
17 17
 
18 18
                 return [
19 19
                     'path' => $violation->getPropertyPath(),
Please login to merge, or discard this patch.