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 14
14
lowercase_as_in_use_statements : ~
15
15
max_blank_lines :
16
16
max : 2
17
+ max_colons : ~
17
18
no_app_console : ~
18
19
no_blank_line_after_filepath_in_php_code_block : ~
19
20
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::
1981
1981
1982
1982
If you pass to the ``generateUrl() `` method some parameters that are not
1983
1983
part of the route definition, they are included in the generated URL as a
1984
- query string:::
1984
+ query string::
1985
1985
1986
1986
$this->generateUrl('blog', ['page' => 2, 'category' => 'Symfony']);
1987
1987
// the 'blog' route only defines the 'page' parameter; the generated URL is:
You can’t perform that action at this time.
0 commit comments