Skip to content

Commit 3a304d5

Browse files
committed
Fixed error in mutually exclusive fields
1 parent 7ffa179 commit 3a304d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Configuration/Loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function getConfigTreeBuilder(): TreeBuilder
1919
/* @phpstan-ignore-next-line */
2020
$builder->getRootNode()
2121
->beforeNormalization()
22-
->always(mutuallyExclusiveFields('nonstandard', 'delimiter', 'enclosure'))
22+
->always(mutuallyExclusiveFields('nonstandard', 'enclosure', 'escape'))
2323
->end()
2424
->children()
2525
->scalarNode('file_path')

0 commit comments

Comments
 (0)