Skip to content

Commit 5a90414

Browse files
committed
minor symfony#58972 chore: fix some typos (wanxiangchwng)
This PR was merged into the 7.3 branch. Discussion ---------- chore: fix some typos | Q | A | ------------- | --- | Branch? | 7.3 for features <!-- see below --> | Bug fix? | yes/no | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 9fac435 chore: fix some typos
2 parents 0f5e3f4 + 9fac435 commit 5a90414

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)