@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | /* |
| 6 | 6 | * This file is part of the AutoFormBundle package. |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | 'excluded_fields' => [], |
| 42 | 42 | ]); |
| 43 | 43 | |
| 44 | - $resolver->setNormalizer('data_class', function (Options $options, $value): string { |
|
| 44 | + $resolver->setNormalizer('data_class', function(Options $options, $value): string { |
|
| 45 | 45 | if (empty($value)) { |
| 46 | 46 | throw new \RuntimeException(sprintf('Missing "data_class" option of "AutoFormType".')); |
| 47 | 47 | } |