8000 Add missing comma in array · symfony/symfony-docs@e6ffd5d · GitHub
[go: up one dir, main page]

Skip to content

Commit e6ffd5d

Browse files
committed
Add missing comma in array
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent da70836 commit e6ffd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/templating/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ method is used.
196196
197197
$templating = new DelegatingEngine(array(
198198
new PhpEngine(...),
199-
new CustomEngine(...)
199+
new CustomEngine(...),
200200
));
201201
202202
.. _Packagist: https://packagist.org/packages/symfony/templating

0 commit comments

Comments
 (0)
0