From: nupplaPhil Date: Sun, 26 Jan 2020 19:44:41 +0000 (+0100) Subject: fix return type X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f6878b5bcfd8334aaca733610b82cdf316d0c220;p=friendica.git fix return type --- diff --git a/src/Object/EMail.php b/src/Object/EMail.php index 496729a15d..5f152738d7 100644 --- a/src/Object/EMail.php +++ b/src/Object/EMail.php @@ -122,7 +122,7 @@ class EMail implements IEmail * @param string $email The email of the recipient * @param int $uid The (optional) UID of the recipient for further infos * - * @return EMail + * @return static */ public function withRecipient(string $email, int $uid = null) {