You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #9042 add missing twig dump construct (hellomedia, javiereguiluz)
This PR was merged into the 2.8 branch.
Discussion
----------
add missing twig dump construct
added missing {% dump foo %} construct, in addition to {{ dump(foo) }}.
The first one if the only one dumping to the debug toolbar.
NB: copy pasted from the var_dumper component doc : https://symfony.com/doc/2.8/components/var_dumper.html
Commits
-------
6e4f084 Minor reword
af6b4de add missing twig dump construct
0 commit comments