Skip to content

Commit c2ebd32

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Minor fix to colon Use max_colons rule for DOCtor-RST
2 parents 9436d63 + c497b6c commit c2ebd32

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
@@ -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:

0 commit comments

Comments
 (0)