Skip to content

Commit

Permalink
Fix: Remove duplicate article
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 17, 2025
1 parent a689077 commit 4de8c33
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ on the class level.

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand Down Expand Up @@ -129,7 +129,7 @@ By default, this rule allows the following classes to be extended:

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand Down Expand Up @@ -157,7 +157,7 @@ This rule reports an error when a concrete class is a sub-class of `PHPUnit\Fram

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -174,7 +174,7 @@ This rule reports an error when a closure uses a nullable return type declaratio

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -189,7 +189,7 @@ This rule reports an error when a closure has a parameter with a nullable type d

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -204,7 +204,7 @@ This rule reports an error when a closure has a parameter with `null` as default

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -221,7 +221,7 @@ This rule reports an error when the function [`compact()`](https://www.php.net/c

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -236,7 +236,7 @@ This rule reports an error when the language construct [`eval()`](https://www.ph

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -251,7 +251,7 @@ This rule reports an error when [`@`](https://www.php.net/manual/en/language.ope

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -266,7 +266,7 @@ This rule reports an error when the language construct [`isset()`](https://www.p

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -283,7 +283,7 @@ This rule reports an error when a non-empty file does not contain a `declare(str

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -300,7 +300,7 @@ This rule reports an error when a function uses a nullable return type declarati

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -315,7 +315,7 @@ This rule reports an error when a function has a parameter with a nullable type

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -330,7 +330,7 @@ This rule reports an error when a function has a parameter with `null` as defaul

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -352,7 +352,7 @@ This rule reports an error when a concrete `public` or `protected `method in an

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -372,7 +372,7 @@ has a default value.

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -393,7 +393,7 @@ uses a nullable return type declaration.

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -416,7 +416,7 @@ is expected to be injected into a method.

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand Down Expand Up @@ -462,7 +462,7 @@ has a parameter with a nullable type declaration.

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -483,7 +483,7 @@ has a parameter with `null` as default value.

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -498,7 +498,7 @@ This rule reports an error when a method in a `final` class is `protected` but c

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand All @@ -515,7 +515,7 @@ This rule reports an error when the statement [`switch()`](https://www.php.net/m

##### Disabling the rule

You can set the the `enabled` parameter to `false` to disable this rule.
You can set the `enabled` parameter to `false` to disable this rule.

```neon
parameters:
Expand Down

0 comments on commit 4de8c33

Please sign in to comment.