Skip to content

Commit f990c81

Browse files
committed
Remove old versionadded directives
1 parent 53e30a0 commit f990c81

File tree

5 files changed

+0
-23
lines changed

5 files changed

+0
-23
lines changed

components/http_client.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,6 @@ Responses can be canceled at any moment before they are completed using the
389389
$response->cancel();
390390
}
391391

392-
.. versionadded:: 4.4
393-
394-
The ``cancel()`` method was introduced in Symfony 4.4.
395-
396392
Dealing with Network Timeouts
397393
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
398394

components/phpunit_bridge.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,6 @@ class autoloading time. This can be disabled with the ``debug-class-loader`` opt
295295
</listener>
296296
</listeners>
297297
298-
.. versionadded:: 4.2
299-
300-
The ``DebugClassLoader`` integration was introduced in Symfony 4.2.
301-
302298
Write Assertions about Deprecations
303299
-----------------------------------
304300

doctrine.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,6 @@ doesn't replace the validation configuration entirely. You still need to add
484484
some :doc:`validation constraints </reference/constraints>` to ensure that data
485485
provided by the user is correct.
486486

487-
.. versionadded:: 4.3
488-
489-
The automatic validation has been added in Symfony 4.3.
490-
491487
Fetching Objects from the Database
492488
----------------------------------
493489

mailer.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
Sending Emails with Mailer
22
==========================
33

4-
.. versionadded:: 4.3
5-
6-
The Mailer component was added in Symfony 4.3 and is currently experimental.
7-
The previous solution - Swift Mailer - is still valid: :doc:`Swift Mailer</email>`.
8-
94
Installation
105
------------
116

translation.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,6 @@ To manage these situations, Symfony follows the `ICU MessageFormat`_ syntax by
216216
using PHP's :phpclass:`MessageFormatter` class. Read more about this in
217217
:doc:`/translation/message_format`.
218218

219-
.. versionadded:: 4.2
220-
221-
Support for ICU MessageFormat was introduced in Symfony 4.2. Prior to this,
222-
pluralization was managed by the
223-
:method:`Symfony\\Component\\Translation\\Translator::transChoice` method.
224-
225219
Translations in Templates
226220
-------------------------
227221

0 commit comments

Comments
 (0)