From a156f74042e432a58db9802deec064f71b7ea313 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 3 Apr 2024 08:04:02 +0000 Subject: [PATCH] Fix: Regenerate docs/rules.md files --- docs/rules.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/rules.md b/docs/rules.md index 0d7db0c2..fc8ec49c 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -20,7 +20,7 @@ * [deprecated_directive_min_version](#deprecated_directive_min_version) * [deprecated_directive_should_have_version](#deprecated_directive_should_have_version) * [ensure_bash_prompt_before_composer_command](#ensure_bash_prompt_before_composer_command) -* [ensure_correct_format_for_phpfunction] (#ensure_correct_format_for_phpfunction) +* [ensure_correct_format_for_phpfunction](#ensure_correct_format_for_phpfunction) * [ensure_exactly_one_space_before_directive_type](#ensure_exactly_one_space_before_directive_type) * [ensure_exactly_one_space_between_link_definition_and_link](#ensure_exactly_one_space_between_link_definition_and_link) * [ensure_github_directive_start_with_prefix](#ensure_github_directive_start_with_prefix) @@ -325,20 +325,6 @@ composer require symfony/var-dumper ## `ensure_correct_format_for_phpfunction` - > _Ensure phpfunction directive do not end with ()._ - -##### Valid Examples :+1: - -```rst -This option accepts any value that can be passed to :phpfunction:`mb_detect_encoding`. -``` - -##### Invalid Examples :-1: - -```rst -This option accepts any value that can be passed to :phpfunction:`mb_detect_encoding()`. -``` - ## `ensure_exactly_one_space_before_directive_type` > _Ensure exactly one space before directive type._