File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ the following code will render the ``notice`` message:
658
658
</div>
659
659
<?php endforeach ?>
660
660
661
- .. tip ::
661
+ .. note ::
662
662
663
663
By design, flash messages are meant to be processed exactly once. This means
664
664
that they vanish from the session automatically when they are retrieved from
@@ -667,7 +667,7 @@ the following code will render the ``notice`` message:
667
667
.. tip ::
668
668
669
669
You can use the
670
- :method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Flash\\ FlashBagInterface::peek() `
670
+ :method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Flash\\ FlashBagInterface::peek `
671
671
method instead to retrieve the message while keeping it in the bag.
672
672
673
673
.. index ::
You can’t perform that action at this time.
0 commit comments