Skip to content
Snippets Groups Projects
Commit e73c781f authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2192133 by Xano: Fix up docs for EntityOwnerInterface

parent 54c38040
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,7 @@ public function getOwner();
* @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 @@ public function getOwnerId();
* @param int $uid
* The owner user id.
*
* @return self
* The called entity.
* @return $this
*/
public function setOwnerId($uid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment