Skip to content

Commit 035dd7e

Browse files
Replace files-whitelist with exclude-files in docs
1 parent be20ef1 commit 035dd7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 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>

0 commit comments

Comments
 (0)