mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
location: fix code style with phpstan
This commit is contained in:
@@ -73,15 +73,16 @@ final class LocationTypeType extends AbstractType
|
||||
]
|
||||
)
|
||||
->add(
|
||||
'defaultFor',
|
||||
'defaultFor',
|
||||
ChoiceType::class,
|
||||
[
|
||||
'choices' => [
|
||||
'none' => null,
|
||||
'person' => LocationType::DEFAULT_FOR_PERSON,
|
||||
'thirdparty' => LocationType::DEFAULT_FOR_3PARTY,
|
||||
],
|
||||
'expanded' => true
|
||||
]);
|
||||
[
|
||||
'choices' => [
|
||||
'none' => null,
|
||||
'person' => LocationType::DEFAULT_FOR_PERSON,
|
||||
'thirdparty' => LocationType::DEFAULT_FOR_3PARTY,
|
||||
],
|
||||
'expanded' => true,
|
||||
]
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user