mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-23 18:54:24 +00:00
#392 php cs-fixer
This commit is contained in:
parent
af74f7860b
commit
9158e33854
@ -70,7 +70,7 @@ class NewsItem implements TrackCreationInterface, TrackUpdateInterface
|
||||
return $this->content;
|
||||
}
|
||||
|
||||
public function setContent(string|null $content): void
|
||||
public function setContent(?string $content): void
|
||||
{
|
||||
$this->content = (string) $content;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user