Passed
Pull Request — master (#9)
by David
02:46
created
src/Form/Type/AutoFormType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
             }
Please login to merge, or discard this patch.