Skip to content

Commit b78ae51

Browse files
authored
Update routing.rst
Add trailing comma after last item of multiline array as suggested by #8325
1 parent b5a61d5 commit b78ae51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ But if you pass extra ones, they will be added to the URI as a query string::
578578

579579
$this->router->generate('blog', array(
580580
'page' => 2,
581-
'category' => 'Symfony'
581+
'category' => 'Symfony',
582582
));
583583
// /blog/2?category=Symfony
584584

0 commit comments

Comments
 (0)