Skip to content

Commit 1211531

Browse files
authored
Merge pull request #651 from alexander-schranz/patch-1
Replace files-whitelist with exclude-files in docs
2 parents be20ef1 + 83d72da commit 1211531

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ return [
2727
'prefix' => null, // string|null
2828
'finders' => [], // list<Finder>
2929
'patchers' => [], // list<callable(string $filePath, string $prefix, string $contents): string>
30-
'files-whitelist' => [], // list<string>
31-
30+
31+
'exclude-files' => [], // list<string>
3232
'exclude-namespaces' => [], // list<string|regex>
3333
'exclude-constants' => [], // list<string|regex>
3434
'exclude-classes' => [], // list<string|regex>
@@ -171,7 +171,7 @@ return [
171171

172172
### Excluded files
173173

174-
For the files listed in `files-whitelist`, their content will be left
174+
For the files listed in `exclude-files`, their content will be left
175175
untouched during the scoping process.
176176

177177

0 commit comments

Comments
 (0)