File tree Expand file tree Collapse file tree 4 files changed +0
-18
lines changed Expand file tree Collapse file tree 4 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -412,11 +412,6 @@ files directly in the ``config/packages/`` directory.
412412
413413.. tip ::
414414
415- .. versionadded :: 5.3
416-
417- The ability to defined different environments in a single file was
418- introduced in Symfony 5.3.
419-
420415 You can also define options for different environments in a single
421416 configuration file using the special ``when `` keyword:
422417
Original file line number Diff line number Diff line change @@ -1688,10 +1688,6 @@ responses dynamically when it's called::
16881688 $client = new MockHttpClient();
16891689 $client->setResponseFactory($responses);
16901690
1691- .. versionadded :: 5.4
1692-
1693- The ``setResponseFactory() `` method was introduced in Symfony 5.4.
1694-
16951691If you need to test responses with HTTP status codes different than 200,
16961692define the ``http_code `` option::
16971693
Original file line number Diff line number Diff line change @@ -149,11 +149,6 @@ configuration:
149149 ;
150150 };
151151
152- .. versionadded :: 5.4
153-
154- The ability to configure the ``default_context `` option in the
155- Serializer was introduced in Symfony 5.4.
156-
157152 .. _serializer-using-serialization-groups-annotations :
158153
159154Using Serialization Groups Annotations
Original file line number Diff line number Diff line change @@ -225,10 +225,6 @@ each time you ask for it.
225225Limiting Services to a specific Symfony Environment
226226~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
227227
228- .. versionadded :: 5.3
229-
230- The ``#[When] `` attribute was introduced in Symfony 5.3.
231-
232228If you are using PHP 8.0 or later, you can use the ``#[When] `` PHP
233229attribute to only register the class as a service in some environments::
234230
You can’t perform that action at this time.
0 commit comments