From ae0adf1b9bc97f4a79ce201ac61e81085ffe7105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Tue, 12 Mar 2019 12:29:59 +0100 Subject: [PATCH 1/2] Fixed typo --- .../Tests/DependencyInjection/XmlFrameworkExtensionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php index ca2eb72554..ebc37d93be 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php @@ -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.'); } } From 9b2af69403a46a431d9293cc3371ef0a8e228ca8 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 12 Mar 2019 18:23:22 +0100 Subject: [PATCH 2/2] Fix README about BC promise --- src/Symfony/Component/Messenger/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/Messenger/README.md b/src/Symfony/Component/Messenger/README.md index 3f6c828e5f..245224f5c9 100644 --- a/src/Symfony/Component/Messenger/README.md +++ b/src/Symfony/Component/Messenger/README.md @@ -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 ---------