mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
DX: fix cs
This commit is contained in:
@@ -48,7 +48,7 @@ class PostalCodeChoiceLoader implements ChoiceLoaderInterface
|
||||
{
|
||||
return new \Symfony\Component\Form\ChoiceList\ArrayChoiceList(
|
||||
$this->lazyLoadedPostalCodes,
|
||||
static fn(?PostalCode $pc = null) => call_user_func($value, $pc)
|
||||
static fn (?PostalCode $pc = null) => call_user_func($value, $pc)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user