Skip to content

Commit a31c877

Browse files
Merge branch '4.2'
* 4.2: Fix README about BC promise Fixed typo
2 parents 18cd342 + 5ac6dd4 commit a31c877

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ public function testAssetsHelperIsRemovedWhenPhpTemplatingEngineIsEnabledAndAsse
3030

3131
public function testMessengerMiddlewareFactoryErroneousFormat()
3232
{
33-
$this->markTestSkipped('XML configuration will not allow eeroneous format.');
33+
$this->markTestSkipped('XML configuration will not allow erroneous format.');
3434
}
3535
}

src/Symfony/Component/HttpClient/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ HttpClient component
33

44
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
55

6-
**This Component is experimental**. [Experimental
7-
features](https://symfony.com/doc/current/contributing/code/experimental.html)
8-
are not covered by Symfony's BC-break policy.
6+
**This Component is experimental**.
7+
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
8+
are not covered by Symfony's
9+
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
910

1011
Resources
1112
---------

src/Symfony/Component/Messenger/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Messenger Component
44
The Messenger component helps application send and receive messages to/from other applications or via
55
message queues.
66

7-
**This Component is experimental**. [Experimental
8-
features](https://symfony.com/doc/current/contributing/code/experimental.html)
9-
are not covered by Symfony's BC-break policy.
7+
**This Component is experimental**.
8+
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
9+
are not covered by Symfony's
10+
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
1011

1112
Resources
1213
---------

src/Symfony/Component/Mime/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ MIME Component
33

44
The MIME component allows manipulating MIME messages.
55

6-
**This Component is experimental**. [Experimental
7-
features](https://symfony.com/doc/current/contributing/code/experimental.html)
8-
are not covered by Symfony's BC-break policy.
6+
**This Component is experimental**.
7+
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
8+
are not covered by Symfony's
9+
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
910

1011
Resources
1112
---------

0 commit comments

Comments
 (0)