Completed
Pull Request — master (#34)
by Igor
04:25
created
src/Form/Type/BrandChoiceType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     public function configureOptions(OptionsResolver $resolver)
38 38
     {
39 39
         $resolver->setDefaults([
40
-            'choices' => function (Options $options) {
40
+            'choices' => function(Options $options) {
41 41
                 return $this->brandRepository->findAll();
42 42
             },
43 43
             'choice_value' => 'slug',
Please login to merge, or discard this patch.