You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DependencyInjection/Configuration.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,10 @@ public function getConfigTreeBuilder(): TreeBuilder
92
92
->addDefaultsIfNotSet()
93
93
->children()
94
94
->variableNode('serialize_payload_fields')->defaultValue([])->info('Set to null to serialize all payload fields when a validation error is thrown, or set the fields you want to include explicitly.')->end()
95
+
->booleanNode('query_parameter_validation')
96
+
->defaultValue(true)
97
+
->setDeprecated('api-platform/symfony', '4.2', 'Will be removed in API Platform 5.0.')
0 commit comments