mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-02-18 18:18:41 +00:00
automated phpcs fixes
This commit is contained in:
parent
06667709f8
commit
26368851c6
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,6 @@ class EmailL11n implements \JsonSerializable
|
||||||
*/
|
*/
|
||||||
public string $bodyAlt = '';
|
public string $bodyAlt = '';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get language
|
* Get language
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user