Issue #2192133 by Xano: Fix up docs for EntityOwnerInterface

8.0.x
Jennifer Hodgdon 2014-02-12 15:31:11 -08:00
parent 54c38040d4
commit e73c781f74
1 changed files with 2 additions and 4 deletions

View File

@ -31,8 +31,7 @@ interface EntityOwnerInterface {
* @param \Drupal\user\UserInterface $account * @param \Drupal\user\UserInterface $account
* The owner user entity. * The owner user entity.
* *
* @return self * @return $this
* The called entity.
*/ */
public function setOwner(UserInterface $account); public function setOwner(UserInterface $account);
@ -50,8 +49,7 @@ interface EntityOwnerInterface {
* @param int $uid * @param int $uid
* The owner user id. * The owner user id.
* *
* @return self * @return $this
* The called entity.
*/ */
public function setOwnerId($uid); public function setOwnerId($uid);