Skip to content

Commit 56c4d66

Browse files
committed
minor symfony#14578 Enhancement: New rule for DOCtor-RST (OskarStark)
This PR was merged into the 4.4 branch. Discussion ---------- Enhancement: New rule for DOCtor-RST <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 3daed4a Enhancement: New rule for DOCtor-RST
2 parents c5dbbd7 + 3daed4a commit 56c4d66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.doctor-rst.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ rules:
2020
no_blank_line_after_filepath_in_yaml_code_block: ~
2121
no_brackets_in_method_directive: ~
2222
no_composer_req: ~
23+
no_directive_after_shorthand: ~
2324
no_explicit_use_of_code_block_php: ~
2425
no_inheritdoc: ~
2526
no_namespace_after_use_statements: ~

0 commit comments

Comments
 (0)