Skip to content

Commit

Permalink
Merge branch '4.2'
Browse files Browse the repository at this point in the history
* 4.2:
  Fix README about BC promise
  Fixed typo
  • Loading branch information
nicolas-grekas committed Mar 12, 2019
2 parents 18cd342 + 5ac6dd4 commit a31c877
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
Expand Up @@ -30,6 +30,6 @@ public function testAssetsHelperIsRemovedWhenPhpTemplatingEngineIsEnabledAndAsse

public function testMessengerMiddlewareFactoryErroneousFormat()
{
$this->markTestSkipped('XML configuration will not allow eeroneous format.');
$this->markTestSkipped('XML configuration will not allow erroneous format.');
}
}
7 changes: 4 additions & 3 deletions src/Symfony/Component/HttpClient/README.md
Expand Up @@ -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
---------
Expand Down
7 changes: 4 additions & 3 deletions src/Symfony/Component/Messenger/README.md
Expand Up @@ -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
---------
Expand Down
7 changes: 4 additions & 3 deletions src/Symfony/Component/Mime/README.md
Expand Up @@ -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
---------
Expand Down

0 comments on commit a31c877

Please sign in to comment.