Skip to content

Commit 8919908

Browse files
committed
minor #12176 Remove old versionadded directives (OskarStark)
This PR was merged into the master branch. Discussion ---------- Remove old versionadded directives <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- ad98c6f Remove old versionadded directives
2 parents 9fd4d93 + ad98c6f commit 8919908

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

components/process.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,6 @@ the PHP code::
367367

368368
A prepared command line will not be escaped automatically!
369369

370-
.. versionadded:: 4.4
371-
372-
Prepared command lines were introduced in Symfony 4.4.
373-
374370
Process Timeout
375371
---------------
376372

components/yaml.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,6 @@ you can dump them as ``~`` with the ``DUMP_NULL_AS_TILDE`` flag::
388388
$dumped = Yaml::dump(['foo' => null], 2, 4, Yaml::DUMP_NULL_AS_TILDE);
389389
// foo: ~
390390

391-
.. versionadded:: 4.4
392-
393-
The flag to dump ``null`` as ``~`` was introduced in Symfony 4.4.
394-
395391
Syntax Validation
396392
~~~~~~~~~~~~~~~~~
397393

reference/configuration/framework.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -933,10 +933,6 @@ max_duration
933933
The maximum execution time, in seconds, that the request and the response are
934934
allowed to take. A value lower than or equal to 0 means it is unlimited.
935935

936-
.. versionadded:: 4.4
937-
938-
The ``max_duration`` option was introduced in Symfony 4.4.
939-
940936
verify_host
941937
...........
942938

routing.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -929,10 +929,6 @@ and in route imports. Symfony defines some special attributes with the same name
929929
;
930930
};
931931
932-
.. versionadded:: 4.3
933-
934-
The special attributes were introduced in Symfony 4.3.
935-
936932
Extra Parameters
937933
~~~~~~~~~~~~~~~~
938934

routing/custom_route_loader.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,6 @@ implement the :class:`Symfony\\Bundle\\FrameworkBundle\\Routing\\RouteLoaderInte
216216
interface to be tagged automatically. If you're **not using autoconfigure**,
217217
tag it manually with ``routing.route_loader``.
218218

219-
.. deprecated:: 4.4
220-
221-
Not tagging or implementing your route loader was deprecated in Symfony 4.4.
222-
223219
.. note::
224220

225221
The routes defined using service route loaders will be automatically

0 commit comments

Comments
 (0)