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