File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
ensure_exactly_one_space_between_link_definition_and_link : ~
17
17
ensure_link_definition_contains_valid_url : ~
18
18
ensure_order_of_code_blocks_in_configuration_block : ~
19
+ ensure_php_reference_syntax : ~
19
20
extend_abstract_controller : ~
20
21
extension_xlf_instead_of_xliff : ~
21
22
forbidden_directives :
@@ -94,7 +95,6 @@ whitelist:
94
95
- ' The bin/console Command'
95
96
- ' .. _`LDAP injection`: http://projects.webappsec.org/w/page/13246947/LDAP%20Injection'
96
97
- ' .. versionadded:: 1.9.0' # Encore
97
- - ' .. versionadded:: 1.11' # Messenger (Middleware / DoctrineBundle)
98
98
- ' .. versionadded:: 1.18' # Flex in setup/upgrade_minor.rst
99
99
- ' .. versionadded:: 1.0.0' # Encore
100
100
- ' .. versionadded:: 5.1' # Private Services
Original file line number Diff line number Diff line change 73
73
key : ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
74
74
75
75
- name : " Run DOCtor-RST"
76
- uses : docker://oskarstark/doctor-rst:1.49 .0
76
+ uses : docker://oskarstark/doctor-rst:1.51 .0
77
77
with :
78
78
args : --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
79
79
Original file line number Diff line number Diff line change @@ -1358,7 +1358,7 @@ installed in your application::
1358
1358
// this won't hit the network if the resource is already in the cache
1359
1359
$response = $client->request('GET', 'https://example.com/cacheable-resource');
1360
1360
1361
- :class: `Symfony\\ Component\\ HttpClient\\ CachingHttpClient` ` accepts a third argument
1361
+ :class: `Symfony\\ Component\\ HttpClient\\ CachingHttpClient ` accepts a third argument
1362
1362
to set the options of the :class: `Symfony\\ Component\\ HttpKernel\\ HttpCache\\ HttpCache `.
1363
1363
1364
1364
Consuming 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:
622
622
Testing Custom Constraints
623
623
--------------------------
624
624
625
- Use the :class: `Symfony\\ Component\\ Validator\\ Test\\ ConstraintValidatorTestCase` `
625
+ Use the :class: `Symfony\\ Component\\ Validator\\ Test\\ ConstraintValidatorTestCase `
626
626
class to simplify writing unit tests for your custom constraints::
627
627
628
628
// tests/Validator/ContainsAlphanumericValidatorTest.php
You can’t perform that action at this time.
0 commit comments