Skip to content

Commit a514ed6

Browse files
authored
Fix the setting name for whitelisting files
1 parent 8d63d9b commit a514ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ return [
136136
'prefix' => null, // string|null
137137
'finders' => [], // Finder[]
138138
'patchers' => [], // callable[]
139-
'whitelisted-files' => [], // string[]
139+
'files-whitelist' => [], // string[]
140140
'whitelist' => [], // string[]
141141
'whitelist-global-constants' => true, // bool
142142
'whitelist-global-classes' => true, // bool
@@ -266,7 +266,7 @@ return [
266266

267267
### Whitelisted files
268268

269-
For the files listed in `whitelisted-files`, their content will be left
269+
For the files listed in `files-whitelist`, their content will be left
270270
untouched during the scoping process.
271271

272272

0 commit comments

Comments
 (0)