]> git.mxchange.org Git - friendica.git/commitdiff
fix return type
authornupplaPhil <admin@philipp.info>
Sun, 26 Jan 2020 19:44:41 +0000 (20:44 +0100)
committernupplaPhil <admin@philipp.info>
Sun, 26 Jan 2020 20:35:05 +0000 (21:35 +0100)
src/Object/EMail.php

index 496729a15dcfec11208820a01a1d5249683bb870..5f152738d782836465509057a64b4652f0391efc 100644 (file)
@@ -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)
        {