mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
Upgrade code from 146 to new standards
This commit is contained in:
@@ -135,7 +135,7 @@ class Event implements HasCenterInterface, HasScopeInterface
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function getModerator(): User|null
|
||||
public function getModerator(): null|User
|
||||
{
|
||||
return $this->moderator;
|
||||
}
|
||||
|
Reference in New Issue
Block a user