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 @@ -2365,7 +2365,7 @@ use the ``generateUrl()`` helper::
2365
2365
2366
2366
If you pass to the ``generateUrl() `` method some parameters that are not
2367
2367
part of the route definition, they are included in the generated URL as a
2368
- query string:::
2368
+ query string::
2369
2369
2370
2370
$this->generateUrl('blog', ['page' => 2, 'category' => 'Symfony']);
2371
2371
// the 'blog' route only defines the 'page' parameter; the generated URL is:
You can’t perform that action at this time.
0 commit comments