@@ -51,7 +51,7 @@ |
||
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 | } |