Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab458d0

Browse files
committed
[#7736][#7737] add missing trailing comma
1 parent 18a2ad4 commit ab458d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templating/namespaced_paths.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ directory:
6868
$container->loadFromExtension('twig', array(
6969
'paths' => array(
7070
'%kernel.root_dir%/../vendor/acme/foo-bar/templates' => 'foo_bar',
71-
)
71+
),
7272
));
7373
7474
.. caution::

0 commit comments

Comments
 (0)