Completed
Push — master ( 84502e...b265bb )
by Sergey
02:22
created
examples/Request/ContextDependingRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         if (!$options) {
52 52
             $options = [];
53 53
         }
54
-        $options['fields'] = array_map(function ($constraints) use ($options) {
54
+        $options['fields'] = array_map(function($constraints) use ($options) {
55 55
             if ($constraints instanceof Assert\Existence || !array_key_exists('groups', $options)) {
56 56
                 return $constraints;
57 57
             }
Please login to merge, or discard this patch.