File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public static function createArray(array $addresses): array
129129 * The SMTPUTF8 extension is strictly required if any address
130130 * contains a non-ASCII character in its localpart. If non-ASCII
131131 * is only used in domains (e.g. horst@freiherr-von-mühlhausen.de)
132- * then it is possible to to send the message using IDN encoding
132+ * then it is possible to send the message using IDN encoding
133133 * instead of SMTPUTF8. The most common software will display the
134134 * message as intended.
135135 */
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public static function validEncodeProvider(): iterable
149149 ],
150150 ];
151151
152- yield 'encode remvoing empty tags ' => [
152+ yield 'encode removing empty tags ' => [
153153 '<?xml version="1.0"?> ' ."\n" .
154154 '<response><person><firstname>Peter</firstname></person></response> ' ."\n" ,
155155 ['person ' => ['firstname ' => 'Peter ' , 'lastname ' => null ]],
You can’t perform that action at this time.
0 commit comments