diff --git a/includes/model/Event.php b/includes/model/Event.php index 8a30abfd3..77f65c825 100644 --- a/includes/model/Event.php +++ b/includes/model/Event.php @@ -383,7 +383,7 @@ class EchoEvent extends EchoAbstractEntity{ } /** - * @return string + * @return string|null */ public function getVariant() { return $this->variant; @@ -401,7 +401,7 @@ class EchoEvent extends EchoAbstractEntity{ } /** - * @return User + * @return User|null */ public function getAgent() { return $this->agent;