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:
658658 </div>
659659 <?php endforeach ?>
660660
661- .. tip ::
661+ .. note ::
662662
663663 By design, flash messages are meant to be processed exactly once. This means
664664 that they vanish from the session automatically when they are retrieved from
@@ -667,7 +667,7 @@ the following code will render the ``notice`` message:
667667.. tip ::
668668
669669 You can use the
670- :method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Flash\\ FlashBagInterface::peek() `
670+ :method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Flash\\ FlashBagInterface::peek `
671671 method instead to retrieve the message while keeping it in the bag.
672672
673673.. index ::
You can’t perform that action at this time.
0 commit comments