mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-24 03:04:22 +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;
|
return $this->content;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setContent(string|null $content): void
|
public function setContent(?string $content): void
|
||||||
{
|
{
|
||||||
$this->content = (string) $content;
|
$this->content = (string) $content;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user