Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 6, 2024
1 parent f5d1a0b commit 7b650d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Next rules you can enable by configuration. We take them from the simplest to mo

```yaml
parameters:
type_coverage:
type_perfect:
null_over_false: true
```
Expand Down Expand Up @@ -131,7 +131,7 @@ public function getProduct(): ?Product

```yaml
parameters:
type_coverage:
type_perfect:
no_mixed: true
```

Expand Down Expand Up @@ -174,7 +174,7 @@ Last but not least, the narrowed param type declarations, the reliable the code.

```yaml
parameters:
type_coverage:
type_perfect:
narrow_param: true
```

Expand Down

0 comments on commit 7b650d9

Please sign in to comment.