fixed: fix 3party syntax

This commit is contained in:
Julien Fastré 2023-03-20 21:38:42 +01:00
parent df2480c47c
commit ecac409586
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -805,9 +805,6 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
return $this; return $this;
} }
/**
* @return $this
*/""
public function setProfession(?string $profession): self public function setProfession(?string $profession): self
{ {
$this->profession = (string) $profession; $this->profession = (string) $profession;