Skip to content

Commit 8597c1e

Browse files
authored
Update src/Symfony/Component/Mime/Address.php
1 parent 2d74b98 commit 8597c1e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Mime/Address.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ public static function createArray(array $addresses): array
119119
}
120120

121121
/**
122-
123122
* Returns true if this address' localpart contains at least one
124123
* non-ASCII character, and false if it is only ASCII (or empty).
125124
*
@@ -133,8 +132,6 @@ public static function createArray(array $addresses): array
133132
* then it is possible to to send the message using IDN encoding
134133
* instead of SMTPUTF8. The most common software will display the
135134
* message as intended.
136-
*
137-
* @return bool
138135
*/
139136
public function hasUnicodeLocalpart(): bool
140137
{

0 commit comments

Comments
 (0)