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 c79b7e5 + bafa7e9 commit f4a5defCopy full SHA for f4a5def
DependencyInjection/Configuration.php
@@ -106,10 +106,6 @@ public function getConfigTreeBuilder()
106
->end()
107
108
->arrayNode('serializer')
109
- ->validate()
110
- ->ifTrue(function ($v) { return !empty($v['version']) && !empty($v['groups']); })
111
- ->thenInvalid('Only either a version or a groups exclusion strategy can be set')
112
- ->end()
113
->addDefaultsIfNotSet()
114
->children()
115
->scalarNode('version')->defaultNull()->end()
0 commit comments