mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 12:29:43 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -28,7 +28,7 @@ trait PreparePersonTrait
|
||||
*
|
||||
* @return Person
|
||||
*/
|
||||
protected function preparePerson(Center $center)
|
||||
protected function preparePerson(Center $center): \Chill\PersonBundle\Entity\Person
|
||||
{
|
||||
return (new Person())
|
||||
->setCenter($center)
|
||||
|
Reference in New Issue
Block a user