Passed
Pull Request — develop (#17)
by Bart
02:59
created
Form/Type/SiteType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     {
27 27
         $resolver->setDefaults([
28 28
             'choices' => $this->siteRepository->findAll(),
29
-            'choice_label' => static function (?SiteInterface $site = null) {
29
+            'choice_label' => static function(?SiteInterface $site = null) {
30 30
                 return (string) $site;
31 31
             },
32 32
             'choice_value' => 'id',
Please login to merge, or discard this patch.