Skip to content

Commit

Permalink
Fix the setting name for whitelisting files
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Oct 15, 2018
1 parent 8d63d9b commit a514ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ return [
'prefix' => null, // string|null
'finders' => [], // Finder[]
'patchers' => [], // callable[]
'whitelisted-files' => [], // string[]
'files-whitelist' => [], // string[]
'whitelist' => [], // string[]
'whitelist-global-constants' => true, // bool
'whitelist-global-classes' => true, // bool
Expand Down Expand Up @@ -266,7 +266,7 @@ return [

### Whitelisted files

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


Expand Down

0 comments on commit a514ed6

Please sign in to comment.