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.
2 parents 788c3d7 + e3202b2 commit f0a4f4dCopy full SHA for f0a4f4d
src/Configuration/Loader.php
@@ -20,7 +20,8 @@ public function getConfigTreeBuilder(): TreeBuilder
20
/* @phpstan-ignore-next-line */
21
$builder->getRootNode()
22
->beforeNormalization()
23
- ->always(mutuallyExclusiveFields('nonstandard', 'enclosure', 'escape'))
+ ->always(mutuallyExclusiveFields('nonstandard', 'enclosure'))
24
+ ->always(mutuallyExclusiveFields('nonstandard', 'escape'))
25
->end()
26
->children()
27
->scalarNode('file_path')
0 commit comments