Skip to content

Commit a20835c

Browse files
committed
Remove old versionadded directives
1 parent 9cf3786 commit a20835c

File tree

5 files changed

+0
-22
lines changed

5 files changed

+0
-22
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
@@ -485,10 +485,6 @@ doesn't replace the validation configuration entirely. You still need to add
485485
some :doc:`validation constraints </reference/constraints>` to ensure that data
486486
provided by the user is correct.
487487

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

mailer.rst

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

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

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)