Merge "Document Event methods that can return null"

This commit is contained in:
jenkins-bot 2015-09-02 01:37:02 +00:00 committed by Gerrit Code Review
commit fb18eededc

View file

@ -383,7 +383,7 @@ class EchoEvent extends EchoAbstractEntity{
} }
/** /**
* @return string * @return string|null
*/ */
public function getVariant() { public function getVariant() {
return $this->variant; return $this->variant;
@ -401,7 +401,7 @@ class EchoEvent extends EchoAbstractEntity{
} }
/** /**
* @return User * @return User|null
*/ */
public function getAgent() { public function getAgent() {
return $this->agent; return $this->agent;