automated phpcs fixes

This commit is contained in:
Dennis Eichhorn 2023-05-31 13:21:47 +00:00
parent 06667709f8
commit 26368851c6
4 changed files with 3 additions and 5 deletions

View File

@ -59,7 +59,6 @@ class Email extends MailEmail implements \JsonSerializable
$this->createdAt = new \DateTimeImmutable('now'); $this->createdAt = new \DateTimeImmutable('now');
} }
public function getL11nByLanguage(string $language) : EmailL11n public function getL11nByLanguage(string $language) : EmailL11n
{ {
foreach ($this->l11n as $l11n) { foreach ($this->l11n as $l11n) {

View File

@ -74,7 +74,6 @@ class EmailL11n implements \JsonSerializable
*/ */
public string $bodyAlt = ''; public string $bodyAlt = '';
/** /**
* Get language * Get language
* *