Skip to content

Commit 69d2a55

Browse files
committed
Fix code examples in PHPDoc
1 parent 2bb814a commit 69d2a55

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)