php style fixes

This commit is contained in:
2024-04-23 21:22:29 +02:00
parent deaab80270
commit 38fcccfd83
41 changed files with 216 additions and 641 deletions

View File

@@ -446,7 +446,7 @@ class Address implements TrackCreationInterface, TrackUpdateInterface
return $this;
}
public function setLinkedToThirdParty(?\Chill\ThirdPartyBundle\Entity\ThirdParty $linkedToThirdParty): self
public function setLinkedToThirdParty(?ThirdParty $linkedToThirdParty): self
{
$this->linkedToThirdParty = $linkedToThirdParty;