Skip to content

Commit 20b99b6

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: CI: Add new rule for DOCtor-RST Fix link to Composer
2 parents b300df4 + 912c548 commit 20b99b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.doctor-rst.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ rules:
88
correct_code_block_directive_based_on_the_content: ~
99
deprecated_directive_should_have_version: ~
1010
ensure_exactly_one_space_between_link_definition_and_link: ~
11+
ensure_link_definition_contains_valid_url: ~
1112
ensure_order_of_code_blocks_in_configuration_block: ~
1213
extend_abstract_controller: ~
1314
extension_xlf_instead_of_xliff: ~

create_framework/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Reading about how to create a framework is not enough. You will have to follow
6464
along and actually type all the examples included in this tutorial. For that,
6565
you need a recent version of PHP (7.4 or later is good enough), a web server
6666
(like Apache, nginx or PHP's built-in web server), a good knowledge of PHP and
67-
an understanding of Object Oriented programming.
67+
an understanding of Object Oriented Programming.
6868

6969
Ready to go? Read on!
7070

@@ -113,5 +113,5 @@ In the :doc:`next chapter </create_framework/http_foundation>`, we are going to
113113
introduce the HttpFoundation Component and see what it brings us.
114114

115115
.. _`Symfony`: https://symfony.com/
116-
.. _`Composer`: https//getcomposer.org/
116+
.. _`Composer`: https://getcomposer.org/
117117
.. _`download and install Composer`: https://getcomposer.org/download/

0 commit comments

Comments
 (0)