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 8a15f46 commit 2e116a7Copy full SHA for 2e116a7
src/DependencyInjection/Configuration.php
@@ -33,6 +33,7 @@ public function getConfigTreeBuilder(): TreeBuilder
33
->canBeDisabled()
34
->children()
35
->arrayNode('matches')
36
+ ->requiresAtLeastOneElement()
37
->beforeNormalization()
38
->ifString()
39
->then(function (string $v): array { return [$v]; })
0 commit comments