Skip to content

Commit 87d11ba

Browse files
committed
minor #9051 Update routing.rst (rickwest)
This PR was merged into the 4.0 branch. Discussion ---------- Update routing.rst Add trailing comma after last item of multiline array as suggested by #8325 Commits ------- b78ae51 Update routing.rst
2 parents b5a61d5 + b78ae51 commit 87d11ba

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)