mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
apply rector rules
This commit is contained in:
@@ -44,12 +44,11 @@ class Status
|
||||
private $name;
|
||||
|
||||
/**
|
||||
* @var EventType
|
||||
* @ORM\ManyToOne(
|
||||
* targetEntity="Chill\EventBundle\Entity\EventType",
|
||||
* inversedBy="statuses")
|
||||
*/
|
||||
private $type;
|
||||
private ?\Chill\EventBundle\Entity\EventType $type = null;
|
||||
|
||||
/**
|
||||
* Get active.
|
||||
|
Reference in New Issue
Block a user