Skip to content

Remove old versionadded directives #12176

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
Aug 15, 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/process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,6 @@ the PHP code::

A prepared command line will not be escaped automatically!

.. versionadded:: 4.4

Prepared command lines were introduced in Symfony 4.4.

Process Timeout
---------------

Expand Down
4 changes: 0 additions & 4 deletions components/yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,6 @@ you can dump them as ``~`` with the ``DUMP_NULL_AS_TILDE`` flag::
$dumped = Yaml::dump(['foo' => null], 2, 4, Yaml::DUMP_NULL_AS_TILDE);
// foo: ~

.. versionadded:: 4.4

The flag to dump ``null`` as ``~`` was introduced in Symfony 4.4.

Syntax Validation
~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 0 additions & 4 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -933,10 +933,6 @@ max_duration
The maximum execution time, in seconds, that the request and the response are
allowed to take. A value lower than or equal to 0 means it is unlimited.

.. versionadded:: 4.4

The ``max_duration`` option was introduced in Symfony 4.4.

verify_host
...........

Expand Down
4 changes: 0 additions & 4 deletions routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -929,10 +929,6 @@ and in route imports. Symfony defines some special attributes with the same name
;
};

.. versionadded:: 4.3

The special attributes were introduced in Symfony 4.3.

Extra Parameters
~~~~~~~~~~~~~~~~

Expand Down
4 changes: 0 additions & 4 deletions routing/custom_route_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,6 @@ implement the :class:`Symfony\\Bundle\\FrameworkBundle\\Routing\\RouteLoaderInte
interface to be tagged automatically. If you're **not using autoconfigure**,
tag it manually with ``routing.route_loader``.

.. deprecated:: 4.4

Not tagging or implementing your route loader was deprecated in Symfony 4.4.

.. note::

The routes defined using service route loaders will be automatically
Expand Down