Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52404c9

Browse filesBrowse files
committed
[#7684] minor versionadded rewording
1 parent e7607f1 commit 52404c9
Copy full SHA for 52404c9

File tree

3 files changed

+6
-6
lines changed
Filter options

3 files changed

+6
-6
lines changed

‎controller.rst

Copy file name to clipboardExpand all lines: controller.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@ read any flash messages from the session using ``app.flashes()``:
452452
<?php endforeach ?>
453453

454454
.. versionadded:: 3.3
455-
The ``app.flashes()`` method was introduced in Symfony 3.3. Prior to version 3.3
456-
you had to use ``app.session.flashBag``.
455+
The ``app.flashes()`` Twig function was introduced in Symfony 3.3. Prior,
456+
you had to use ``app.session.flashBag()``.
457457

458458
.. note::
459459

‎quick_tour/the_controller.rst

Copy file name to clipboardExpand all lines: quick_tour/the_controller.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ And you can display the flash message in the template like this:
338338
{% endfor %}
339339

340340
.. versionadded:: 3.3
341-
The ``app.flashes()`` method was introduced in Symfony 3.3. Prior to version 3.3
342-
you had to use ``app.session.flashBag``.
341+
The ``app.flashes()`` Twig function was introduced in Symfony 3.3. Prior,
342+
you had to use ``app.session.flashBag()``.
343343

344344
Final Thoughts
345345
--------------

‎session/avoid_session_start.rst

Copy file name to clipboardExpand all lines: session/avoid_session_start.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ access the flash messages:
3838
{% endif %}
3939

4040
.. versionadded:: 3.3
41-
The ``app.flashes()`` method was introduced in Symfony 3.3. Prior to version 3.3
42-
you had to use ``app.session.flashBag``.
41+
The ``app.flashes()`` Twig function was introduced in Symfony 3.3. Prior,
42+
you had to use ``app.session.flashBag()``.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.