We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d74b98 commit 8597c1eCopy full SHA for 8597c1e
src/Symfony/Component/Mime/Address.php
@@ -119,7 +119,6 @@ public static function createArray(array $addresses): array
119
}
120
121
/**
122
-
123
* Returns true if this address' localpart contains at least one
124
* non-ASCII character, and false if it is only ASCII (or empty).
125
*
@@ -133,8 +132,6 @@ public static function createArray(array $addresses): array
133
132
* then it is possible to to send the message using IDN encoding
134
* instead of SMTPUTF8. The most common software will display the
135
* message as intended.
136
- *
137
- * @return bool
138
*/
139
public function hasUnicodeLocalpart(): bool
140
{
0 commit comments