@@ -23,7 +23,7 @@ |
||
23 | 23 | $resolver->addAllowedTypes('name', 'string'); |
24 | 24 | $resolver->setNormalizer( |
25 | 25 | 'coordinates', |
26 | - function (Options $options, $value) { |
|
26 | + function(Options $options, $value) { |
|
27 | 27 | return new Coordinates($value); |
28 | 28 | } |
29 | 29 | ); |