Completed
Push — master ( c8acd1...dcac18 )
by Marijan
03:08
created
src/Form/Type/EnumType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
     private function populateOptionsWithDefaults(array $options): array
37 37
     {
38
-        $elementNameClosure = function (?Enum $enum): string {
38
+        $elementNameClosure = function(?Enum $enum): string {
39 39
             if (null === $enum) {
40 40
                 return '';
41 41
             }
Please login to merge, or discard this patch.