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
129
129
* The SMTPUTF8 extension is strictly required if any address
130
130
* contains a non-ASCII character in its localpart. If non-ASCII
131
131
* 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
133
133
* instead of SMTPUTF8. The most common software will display the
134
134
* message as intended.
135
135
*/
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public static function validEncodeProvider(): iterable
149
149
],
150
150
];
151
151
152
- yield 'encode remvoing empty tags ' => [
152
+ yield 'encode removing empty tags ' => [
153
153
'<?xml version="1.0"?> ' ."\n" .
154
154
'<response><person><firstname>Peter</firstname></person></response> ' ."\n" ,
155
155
['person ' => ['firstname ' => 'Peter ' , 'lastname ' => null ]],
You can’t perform that action at this time.
0 commit comments