Skip to content

Commit 469893e

Browse files
committed
minor #18327 Enable new DOCtor rule no_duplicate_use_statements (OskarStark)
This PR was merged into the 5.4 branch. Discussion ---------- Enable new DOCtor rule `no_duplicate_use_statements` cc `@alamirault` Commits ------- e32ee28 Enable new DOCtor rule `no_duplicate_use_statements`
2 parents 1c39438 + e32ee28 commit 469893e

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
@@ -34,6 +34,7 @@ rules:
3434
no_brackets_in_method_directive: ~
3535
no_composer_req: ~
3636
no_directive_after_shorthand: ~
37+
no_duplicate_use_statements: ~
3738
no_explicit_use_of_code_block_php: ~
3839
no_inheritdoc: ~
3940
no_merge_conflict: ~

0 commit comments

Comments
 (0)