Skip to content

Remove old versionadded directives #11684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions components/http_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,6 @@ Responses can be canceled at any moment before they are completed using the
$response->cancel();
}

.. versionadded:: 4.4

The ``cancel()`` method was introduced in Symfony 4.4.

Dealing with Network Timeouts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 0 additions & 4 deletions components/phpunit_bridge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,6 @@ class autoloading time. This can be disabled with the ``debug-class-loader`` opt
</listener>
</listeners>

.. versionadded:: 4.2

The ``DebugClassLoader`` integration was introduced in Symfony 4.2.

Write Assertions about Deprecations
-----------------------------------

Expand Down
4 changes: 0 additions & 4 deletions doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,6 @@ doesn't replace the validation configuration entirely. You still need to add
some :doc:`validation constraints </reference/constraints>` to ensure that data
provided by the user is correct.

.. versionadded:: 4.3

The automatic validation has been added in Symfony 4.3.

Fetching Objects from the Database
----------------------------------

Expand Down
5 changes: 0 additions & 5 deletions mailer.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Sending Emails with Mailer
==========================

.. versionadded:: 4.3

The Mailer component was added in Symfony 4.3 and is currently experimental.
The previous solution - Swift Mailer - is still valid: :doc:`Swift Mailer</email>`.

Installation
------------

Expand Down
6 changes: 0 additions & 6 deletions translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,6 @@ To manage these situations, Symfony follows the `ICU MessageFormat`_ syntax by
using PHP's :phpclass:`MessageFormatter` class. Read more about this in
:doc:`/translation/message_format`.

.. versionadded:: 4.2

Support for ICU MessageFormat was introduced in Symfony 4.2. Prior to this,
pluralization was managed by the
:method:`Symfony\\Component\\Translation\\Translator::transChoice` method.

Translations in Templates
-------------------------

Expand Down