Skip to content

Commit 33d6855

Browse files
committed
Remove 2.x versionadded directives
1 parent f199923 commit 33d6855

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

components/phpunit_bridge.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ compatibility reasons.
121121
Time-sensitive Tests
122122
---------------------
123123

124-
.. versionadded:: 2.8
125-
Support for clock mocking was introduced in Symfony 2.8.
126-
127124
Use Case
128125
~~~~~~~~
129126

reference/forms/types/entity.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,6 @@ return a ``QueryBuilder``.
205205
If you'd like to display an empty list of entries, you can return ``null`` in
206206
the Closure.
207207

208-
.. versionadded:: 2.8
209-
Returning ``null`` in the Closure was introduced in Symfony 2.8.
210-
211208
Overridden Options
212209
------------------
213210

reference/twig_reference.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,6 @@ information in :ref:`book-templating-pages`.
345345
absolute_url
346346
~~~~~~~~~~~~
347347

348-
.. versionadded:: 2.7
349-
The ``absolute_url()`` function was introduced in Symfony 2.7.
350-
351348
.. code-block:: jinja
352349
353350
{{ absolute_url(path) }}
@@ -370,9 +367,6 @@ you're on the following page in your app:
370367
relative_path
371368
~~~~~~~~~~~~~
372369

373-
.. versionadded:: 2.7
374-
The ``relative_path()`` function was introduced in Symfony 2.7.
375-
376370
.. code-block:: jinja
377371
378372
{{ relative_path(path) }}

0 commit comments

Comments
 (0)