Skip to content

Commit afbe904

Browse files
committed
Merge branch '4.1'
* 4.1: Use the real image URL for the filesystem tests [Finder] Update PHPdoc append() [DI] Fix phpdoc Fix code examples in PHPDoc [HttpKernel] Fix inheritdocs bumped Symfony version to 3.4.16 updated VERSION for 3.4.15 updated CHANGELOG for 3.4.15
2 parents b4fd80f + f139c03 commit afbe904

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

TokenParser/DumpTokenParser.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@
1919
* Token Parser for the 'dump' tag.
2020
*
2121
* Dump variables with:
22-
* <pre>
23-
* {% dump %}
24-
* {% dump foo %}
25-
* {% dump foo, bar %}
26-
* </pre>
22+
*
23+
* {% dump %}
24+
* {% dump foo %}
25+
* {% dump foo, bar %}
2726
*
2827
* @author Julien Galenski <julien.galenski@gmail.com>
2928
*/

0 commit comments

Comments
 (0)