Skip to content

Commit 89210de

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Minor fix to colon Use max_colons rule for DOCtor-RST
2 parents 1fc5c2d + 6341ef2 commit 89210de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ rules:
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: ~

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2365,7 +2365,7 @@ use the ``generateUrl()`` helper::
23652365

23662366
If you pass to the ``generateUrl()`` method some parameters that are not
23672367
part of the route definition, they are included in the generated URL as a
2368-
query string:::
2368+
query string::
23692369

23702370
$this->generateUrl('blog', ['page' => 2, 'category' => 'Symfony']);
23712371
// the 'blog' route only defines the 'page' parameter; the generated URL is:

0 commit comments

Comments
 (0)