File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,6 @@ compatibility reasons.
121121Time-sensitive Tests
122122---------------------
123123
124- .. versionadded :: 2.8
125- Support for clock mocking was introduced in Symfony 2.8.
126-
127124Use Case
128125~~~~~~~~
129126
Original file line number Diff line number Diff line change @@ -205,9 +205,6 @@ return a ``QueryBuilder``.
205205If you'd like to display an empty list of entries, you can return ``null `` in
206206the Closure.
207207
208- .. versionadded :: 2.8
209- Returning ``null `` in the Closure was introduced in Symfony 2.8.
210-
211208Overridden Options
212209------------------
213210
Original file line number Diff line number Diff line change @@ -345,9 +345,6 @@ information in :ref:`book-templating-pages`.
345345absolute_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) }}
You can’t perform that action at this time.
0 commit comments