We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d63d9b commit a514ed6Copy full SHA for a514ed6
README.md
@@ -136,7 +136,7 @@ return [
136
'prefix' => null, // string|null
137
'finders' => [], // Finder[]
138
'patchers' => [], // callable[]
139
- 'whitelisted-files' => [], // string[]
+ 'files-whitelist' => [], // string[]
140
'whitelist' => [], // string[]
141
'whitelist-global-constants' => true, // bool
142
'whitelist-global-classes' => true, // bool
@@ -266,7 +266,7 @@ return [
266
267
### Whitelisted files
268
269
-For the files listed in `whitelisted-files`, their content will be left
+For the files listed in `files-whitelist`, their content will be left
270
untouched during the scoping process.
271
272
0 commit comments