Passed
Push — master ( e27bab...c7b7bb )
by Joachim
03:53
created
src/Form/Type/BrandChoiceType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     public function configureOptions(OptionsResolver $resolver)
39 39
     {
40 40
         $resolver->setDefaults([
41
-            'choices' => function (Options $options): array {
41
+            'choices' => function(Options $options): array {
42 42
                 $brands = $this->brandRepository->findBy([], ['name' => 'ASC']);
43 43
 
44 44
                 $choices = [];
Please login to merge, or discard this patch.