fix return type

This commit is contained in:
Philipp Holzer 2020-01-26 20:44:41 +01:00
parent 4efba4d0cf
commit f6878b5bcf
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

View 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)
{