File tree 4 files changed +13
-10
lines changed
Bundle/FrameworkBundle/Tests/DependencyInjection 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ public function testAssetsHelperIsRemovedWhenPhpTemplatingEngineIsEnabledAndAsse
30
30
31
31
public function testMessengerMiddlewareFactoryErroneousFormat ()
32
32
{
33
- $ this ->markTestSkipped ('XML configuration will not allow eeroneous format. ' );
33
+ $ this ->markTestSkipped ('XML configuration will not allow erroneous format. ' );
34
34
}
35
35
}
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ HttpClient component
3
3
4
4
The HttpClient component provides powerful methods to fetch HTTP resources synchronously or asynchronously.
5
5
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 ) .
9
10
10
11
Resources
11
12
---------
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ Messenger Component
4
4
The Messenger component helps application send and receive messages to/from other applications or via
5
5
message queues.
6
6
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 ) .
10
11
11
12
Resources
12
13
---------
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ MIME Component
3
3
4
4
The MIME component allows manipulating MIME messages.
5
5
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 ) .
9
10
10
11
Resources
11
12
---------
You can’t perform that action at this time.
0 commit comments