-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable10] Test email verification with international email address - fixes #13586 #34759
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And a bonus - on PHP 7.* those function return type declarations should work.
Codecov Report
@@ Coverage Diff @@
## stable10 #34759 +/- ##
==============================================
+ Coverage 63.92% 64.19% +0.27%
Complexity 19883 19883
==============================================
Files 1278 1278
Lines 76237 76237
Branches 1291 1291
==============================================
+ Hits 48735 48942 +207
+ Misses 27123 26916 -207
Partials 379 379
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## stable10 #34759 +/- ##
==============================================
+ Coverage 63.92% 64.19% +0.27%
Complexity 19883 19883
==============================================
Files 1278 1278
Lines 76237 76237
Branches 1291 1291
==============================================
+ Hits 48735 48942 +207
+ Misses 27123 26916 -207
Partials 379 379
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #34759 +/- ##
==============================================
+ Coverage 63.92% 64.19% +0.27%
Complexity 19883 19883
==============================================
Files 1278 1278
Lines 76237 76237
Branches 1291 1291
==============================================
+ Hits 48735 48942 +207
+ Misses 27123 26916 -207
Partials 379 379
Continue to review full report at Codecov.
|
Backport of #33207 to stable10
Now possible thanks to swiftmailer update in #34755