Merge branch '4.2'

* 4.2:
  Fix README about BC promise
  Fixed typo
This commit is contained in:
Nicolas Grekas 2019-03-12 19:56:40 +01:00
commit a31c87798f
4 changed files with 13 additions and 10 deletions

View File

@ -30,6 +30,6 @@ class XmlFrameworkExtensionTest extends FrameworkExtensionTest
public function testMessengerMiddlewareFactoryErroneousFormat()
{
$this->markTestSkipped('XML configuration will not allow eeroneous format.');
$this->markTestSkipped('XML configuration will not allow erroneous format.');
}
}

View File

@ -3,9 +3,10 @@ HttpClient component
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
**This Component is experimental**. [Experimental
features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's BC-break policy.
**This Component is experimental**.
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
Resources
---------

View File

@ -4,9 +4,10 @@ Messenger Component
The Messenger component helps application send and receive messages to/from other applications or via
message queues.
**This Component is experimental**. [Experimental
features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's BC-break policy.
**This Component is experimental**.
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
Resources
---------

View File

@ -3,9 +3,10 @@ MIME Component
The MIME component allows manipulating MIME messages.
**This Component is experimental**. [Experimental
features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's BC-break policy.
**This Component is experimental**.
[Experimental features](https://symfony.com/doc/current/contributing/code/experimental.html)
are not covered by Symfony's
[Backward Compatibility Promise](https://symfony.com/doc/current/contributing/code/bc.html).
Resources
---------