Skip to content

Commit 5723d22

Browse files
javiereguiluzxabbuh
authored andcommitted
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
1 parent 776d0b7 commit 5723d22

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
@@ -651,7 +651,7 @@ But if you pass extra ones, they will be added to the URI as a query string::
651651

652652
$this->get('router')->generate('blog', array(
653653
'page' => 2,
654-
'category' => 'Symfony'
654+
'category' => 'Symfony',
655655
));
656656
// /blog/2?category=Symfony
657657

0 commit comments

Comments
 (0)