File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ public function setEmail(string $email): bool
3030 substr ($ email , -mb_strlen ("@googlemail.com " )) == "@googlemail.com "
3131 ) {
3232 $ x = explode ("@ " , $ email , 2 );
33+ // https://support.google.com/mail/thread/125577450/gmail-and-googlemail
3334 if (substr ($ x [1 ], -mb_strlen ("googlemail.com " )) == "googlemail.com " ) {
34- // https://support.google.com/mail/thread/125577450/gmail-and-googlemail?hl=en
3535 $ x [1 ] = "gmail.com " ;
3636 }
3737 // https://gmail.googleblog.com/2008/03/2-hidden-ways-to-get-more-from-your.html
@@ -45,7 +45,7 @@ public function setEmail(string $email): bool
4545 }
4646
4747 /**
48- * @param int $number International number (without dashes and plus ) eg. \
48+ * @param int $number International number (without prefix "+" and dashes ) eg. \
4949 * "+1-123-4567890" for USA or\
5050 * "+44-1234-5678900" for UK or\
5151 * "+45-12345678" for DK
You can’t perform that action at this time.
0 commit comments