From eefb4baf0c9323fec32872f8d5f0c9332ccadded Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 6 Oct 2020 11:33:38 +0200 Subject: [PATCH] Enhancement: New rule - no_brackets_in_method_directive --- .doctor-rst.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.doctor-rst.yaml b/.doctor-rst.yaml index 4eed90c6226..263a7100689 100644 --- a/.doctor-rst.yaml +++ b/.doctor-rst.yaml @@ -17,6 +17,7 @@ rules: no_blank_line_after_filepath_in_twig_code_block: ~ no_blank_line_after_filepath_in_xml_code_block: ~ no_blank_line_after_filepath_in_yaml_code_block: ~ + no_brackets_in_method_directive: ~ no_composer_req: ~ no_explicit_use_of_code_block_php: ~ no_inheritdoc: ~