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 6dad59d commit 501c52cCopy full SHA for 501c52c
src/DependencyInjection/Configuration.php
@@ -458,7 +458,7 @@ private function addClientsSection(ArrayNodeDefinition $rootNode)
458
->ifTrue(function ($v) { return !is_array($v); })
459
->then(function ($v) { return array($v); })
460
->end()
461
- ->cannotBeEmpty()
+ ->requiresAtLeastOneElement()
462
->defaultValue([400, 403, 404])
463
->prototype('scalar')->end()
464
0 commit comments