fix return type
This commit is contained in:
parent
4efba4d0cf
commit
f6878b5bcf
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class EMail implements IEmail
|
||||||
* @param string $email The email of the recipient
|
* @param string $email The email of the recipient
|
||||||
* @param int $uid The (optional) UID of the recipient for further infos
|
* @param int $uid The (optional) UID of the recipient for further infos
|
||||||
*
|
*
|
||||||
* @return EMail
|
* @return static
|
||||||
*/
|
*/
|
||||||
public function withRecipient(string $email, int $uid = null)
|
public function withRecipient(string $email, int $uid = null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue