mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
php style fixer
This commit is contained in:
parent
c6deb21606
commit
5188891108
@ -29,9 +29,7 @@ class PersonAddressController extends AbstractController
|
|||||||
/**
|
/**
|
||||||
* PersonAddressController constructor.
|
* PersonAddressController constructor.
|
||||||
*/
|
*/
|
||||||
public function __construct(private readonly ValidatorInterface $validator, private readonly TranslatorInterface $translator)
|
public function __construct(private readonly ValidatorInterface $validator, private readonly TranslatorInterface $translator) {}
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @\Symfony\Component\Routing\Annotation\Route(path="/{_locale}/person/{person_id}/address/create", name="chill_person_address_create", methods={"POST"})
|
* @\Symfony\Component\Routing\Annotation\Route(path="/{_locale}/person/{person_id}/address/create", name="chill_person_address_create", methods={"POST"})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user