Skip to content

Commit d28e7d6

Browse files
committed
fix: Update grammar and links
1 parent 316e643 commit d28e7d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Helper/UserDataHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)