mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 08:14:24 +00:00
fix cs with new version of php-cs-fixer
This commit is contained in:
parent
3a8154ecce
commit
66dc603c85
@ -83,7 +83,6 @@ class Ticket implements TrackCreationInterface, TrackUpdateInterface
|
|||||||
$this->motiveHistories = new ArrayCollection();
|
$this->motiveHistories = new ArrayCollection();
|
||||||
$this->personHistories = new ArrayCollection();
|
$this->personHistories = new ArrayCollection();
|
||||||
$this->inputHistories = new ArrayCollection();
|
$this->inputHistories = new ArrayCollection();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getId(): ?int
|
public function getId(): ?int
|
||||||
@ -229,6 +228,4 @@ class Ticket implements TrackCreationInterface, TrackUpdateInterface
|
|||||||
{
|
{
|
||||||
return $this->updatedBy;
|
return $this->updatedBy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user