@@ -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 | * (c) Christian Gripp <[email protected]> |
@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | |
27 | 27 | $resolver->setDefaults([ |
28 | 28 | 'choices' => array_combine($countries, $countries), |
29 | - 'choice_label' => function ($value, $key, $index) { |
|
29 | + 'choice_label' => function($value, $key, $index) { |
|
30 | 30 | return 'form.choice_'.strtolower($value); |
31 | 31 | }, |
32 | 32 | 'choice_translation_domain' => 'Core23FormExtensionsBundle', |