fix cs with new version of php-cs-fixer

This commit is contained in:
Julien Fastré 2024-05-17 12:20:33 +02:00
parent 3a8154ecce
commit 66dc603c85
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -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;
} }
} }