File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 ensure_exactly_one_space_between_link_definition_and_link : ~
1717 ensure_link_definition_contains_valid_url : ~
1818 ensure_order_of_code_blocks_in_configuration_block : ~
19+ ensure_php_reference_syntax : ~
1920 extend_abstract_controller : ~
2021 extension_xlf_instead_of_xliff : ~
2122 forbidden_directives :
@@ -94,7 +95,6 @@ whitelist:
9495 - ' The bin/console Command'
9596 - ' .. _`LDAP injection`: http://projects.webappsec.org/w/page/13246947/LDAP%20Injection'
9697 - ' .. versionadded:: 1.9.0' # Encore
97- - ' .. versionadded:: 1.11' # Messenger (Middleware / DoctrineBundle)
9898 - ' .. versionadded:: 1.18' # Flex in setup/upgrade_minor.rst
9999 - ' .. versionadded:: 1.0.0' # Encore
100100 - ' .. versionadded:: 5.1' # Private Services
Original file line number Diff line number Diff line change 7373 key : ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7474
7575 - name : " Run DOCtor-RST"
76- uses : docker://oskarstark/doctor-rst:1.49 .0
76+ uses : docker://oskarstark/doctor-rst:1.51 .0
7777 with :
7878 args : --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979
Original file line number Diff line number Diff line change @@ -1358,7 +1358,7 @@ installed in your application::
13581358 // this won't hit the network if the resource is already in the cache
13591359 $response = $client->request('GET', 'https://example.com/cacheable-resource');
13601360
1361- :class: `Symfony\\ Component\\ HttpClient\\ CachingHttpClient` ` accepts a third argument
1361+ :class: `Symfony\\ Component\\ HttpClient\\ CachingHttpClient ` accepts a third argument
13621362to set the options of the :class: `Symfony\\ Component\\ HttpKernel\\ HttpCache\\ HttpCache `.
13631363
13641364Consuming Server-Sent Events
Original file line number Diff line number Diff line change @@ -622,7 +622,7 @@ A class constraint validator must be applied to the class itself:
622622 Testing Custom Constraints
623623--------------------------
624624
625- Use the :class: `Symfony\\ Component\\ Validator\\ Test\\ ConstraintValidatorTestCase` `
625+ Use the :class: `Symfony\\ Component\\ Validator\\ Test\\ ConstraintValidatorTestCase `
626626class to simplify writing unit tests for your custom constraints::
627627
628628 // tests/Validator/ContainsAlphanumericValidatorTest.php
You can’t perform that action at this time.
0 commit comments