Merge branch 'master' into issue321_layout_improvements_actionForm

This commit is contained in:
2021-12-20 12:56:41 +01:00
16 changed files with 231 additions and 77 deletions

View File

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