File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1414 lowercase_as_in_use_statements : ~
1515 max_blank_lines :
1616 max : 2
17+ max_colons : ~
1718 no_app_console : ~
1819 no_blank_line_after_filepath_in_php_code_block : ~
1920 no_blank_line_after_filepath_in_twig_code_block : ~
Original file line number Diff line number Diff line change @@ -1981,7 +1981,7 @@ use the ``generateUrl()`` helper::
19811981
19821982 If you pass to the ``generateUrl() `` method some parameters that are not
19831983 part of the route definition, they are included in the generated URL as a
1984- query string:::
1984+ query string::
19851985
19861986 $this->generateUrl('blog', ['page' => 2, 'category' => 'Symfony']);
19871987 // the 'blog' route only defines the 'page' parameter; the generated URL is:
You can’t perform that action at this time.
0 commit comments