Skip to content

Commit 83d72da

Browse files
authored
Update configuration.md
1 parent 24f5aa2 commit 83d72da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ return [
2828
'finders' => [], // list<Finder>
2929
'patchers' => [], // list<callable(string $filePath, string $prefix, string $contents): string>
3030

31-
'exclude-files' => [], // list<string>
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)