@@ -26,7 +26,7 @@ |
||
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', |