Skip to content

Commit c307215

Browse files
wanxiangchwngfabpot
authored andcommitted
chore: fix some typos
Signed-off-by: wanxiangchwng <cui.shuang@foxmail.com>
1 parent 4e039bf commit c307215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Mime/Address.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]],

0 commit comments

Comments
 (0)