@@ -44,7 +44,7 @@ |
||
44 | 44 | |
45 | 45 | $resolver->setNormalizer( |
46 | 46 | 'data_class', |
47 | - function (Options $options, $value) { |
|
47 | + function(Options $options, $value) { |
|
48 | 48 | if (empty($value)) { |
49 | 49 | throw new \RuntimeException(sprintf('Missing "data_class" option of "AutoFormType".')); |
50 | 50 | } |