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 7ffa179 commit 3a304d5Copy full SHA for 3a304d5
src/Configuration/Loader.php
@@ -19,7 +19,7 @@ public function getConfigTreeBuilder(): TreeBuilder
19
/* @phpstan-ignore-next-line */
20
$builder->getRootNode()
21
->beforeNormalization()
22
- ->always(mutuallyExclusiveFields('nonstandard', 'delimiter', 'enclosure'))
+ ->always(mutuallyExclusiveFields('nonstandard', 'enclosure', 'escape'))
23
->end()
24
->children()
25
->scalarNode('file_path')
0 commit comments