Skip to content

Commit 6726dee

Browse files
author
jota
committed
docs: fixed typo
1 parent 30b31d4 commit 6726dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/insights/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ For example, to remove "Unused Parameters" Insight only for some file:
156156
],
157157
```
158158

159-
<Badge text="^2.0"/> For insights that come from PHP-CS-Fixer and implements `WhitespacesAwareFixerInterface`, you can also configure the indentation to respect:
159+
<Badge text="^2.0"/> For insights that come from PHP-CS-Fixer and implements `WhitespacesAwareFixerInterface`, you can also configure the indentation to respect:
160160

161161
```php
162162
'configure' => [
163-
\PhpCsFixer\Fixer\Basic\BraceFixer::class => [
163+
\PhpCsFixer\Fixer\Basic\BracesFixer::class => [
164164
'indent' => ' ',
165165
],
166166
],

0 commit comments

Comments
 (0)