mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-17 06:41:24 +00:00
apply rector rules
This commit is contained in:
@@ -48,14 +48,12 @@ class PersonAltName
|
||||
private $label;
|
||||
|
||||
/**
|
||||
* @var Person
|
||||
*
|
||||
* @ORM\ManyToOne(
|
||||
* targetEntity="Chill\PersonBundle\Entity\Person",
|
||||
* inversedBy="altNames"
|
||||
* )
|
||||
*/
|
||||
private $person;
|
||||
private ?\Chill\PersonBundle\Entity\Person $person = null;
|
||||
|
||||
/**
|
||||
* Get id.
|
||||
|
||||
Reference in New Issue
Block a user