Skip to content

Commit 11b0fe4

Browse files
committed
Remove outdated versionadded 5.* directives
For version 6.0, no versionadded <6.0 are allowed.
1 parent cc94197 commit 11b0fe4

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

http_client.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
16951691
If you need to test responses with HTTP status codes different than 200,
16961692
define the ``http_code`` option::
16971693

serializer.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

159154
Using Serialization Groups Annotations

0 commit comments

Comments
 (0)