mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
#392 php cs-fixer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user