Completed
Pull Request — master (#34)
by Igor
04:55
created
src/Form/Type/BrandChoiceType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     public function configureOptions(OptionsResolver $resolver): void
46 46
     {
47 47
         $resolver->setDefaults([
48
-            'choices' => function (Options $options) {
48
+            'choices' => function(Options $options) {
49 49
                 return $this->brandRepository->findAll();
50 50
             },
51 51
             'choice_value' => 'slug',
Please login to merge, or discard this patch.