Skip to content

Commit

Permalink
Fix: Regenerate docs/rules.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Apr 3, 2024
1 parent 4cce357 commit a156f74
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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._
Expand Down

0 comments on commit a156f74

Please sign in to comment.