8000 [Twig Bridge] A simpler way to retrieve flash messages by javiereguiluz · Pull Request #21819 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Twig Bridge] A simpler way to retrieve flash messages #21819

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Fixed code standard
  • Loading branch information
javiereguiluz committed Mar 4, 2017
commit 7acb794f418a79596078579b15f77bf65595a2c5
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Twig/AppVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function getDebug()
* Returns some or all the existing flash messages:
* * getFlashes() returns all the flash messages
* * getFlashes('notice') returns a simple array with flash messages of that type
* * getFlashes(array('notice', 'error')) returns a nested array of type => messages
* * getFlashes(array('notice', 'error')) returns a nested array of type => messages.
*
* @return array
*/
Expand Down
0