#392 php cs-fixer

This commit is contained in:
nobohan 2025-06-19 21:29:43 +02:00
parent af74f7860b
commit 9158e33854

View File

@ -70,7 +70,7 @@ class NewsItem implements TrackCreationInterface, TrackUpdateInterface
return $this->content; return $this->content;
} }
public function setContent(string|null $content): void public function setContent(?string $content): void
{ {
$this->content = (string) $content; $this->content = (string) $content;
} }