fix typing for email

This commit is contained in:
Julien Fastré 2021-12-15 22:06:18 +01:00
parent 75dda5b999
commit 44d38bcef5

View File

@ -409,7 +409,7 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
*
* @return string|null
*/
public function getEmail()
public function getEmail(): ?string
{
return $this->email;
}