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 24f5aa2 commit 83d72daCopy full SHA for 83d72da
docs/configuration.md
@@ -28,7 +28,7 @@ return [
28
'finders' => [], // list<Finder>
29
'patchers' => [], // list<callable(string $filePath, string $prefix, string $contents): string>
30
31
- 'exclude-files' => [], // list<string>
+ 'exclude-files' => [], // list<string>
32
'exclude-namespaces' => [], // list<string|regex>
33
'exclude-constants' => [], // list<string|regex>
34
'exclude-classes' => [], // list<string|regex>
0 commit comments