@@ -143,9 +143,9 @@ public function getConfigTreeBuilder(): TreeBuilder
143
143
$ this ->addRequestSection ($ rootNode );
144
144
$ this ->addAssetsSection ($ rootNode , $ enableIfStandalone );
145
145
$ this ->addTranslatorSection ($ rootNode , $ enableIfStandalone );
146
- $ this ->addValidationSection ($ rootNode , $ enableIfStandalone, $ willBeAvailable );
146
+ $ this ->addValidationSection ($ rootNode , $ enableIfStandalone );
147
147
$ this ->addAnnotationsSection ($ rootNode , $ willBeAvailable );
148
- $ this ->addSerializerSection ($ rootNode , $ enableIfStandalone, $ willBeAvailable );
148
+ $ this ->addSerializerSection ($ rootNode , $ enableIfStandalone );
149
149
$ this ->addPropertyAccessSection ($ rootNode , $ willBeAvailable );
150
150
$ this ->addPropertyInfoSection ($ rootNode , $ enableIfStandalone );
151
151
$ this ->addCacheSection ($ rootNode , $ willBeAvailable );
@@ -848,7 +848,7 @@ private function addTranslatorSection(ArrayNodeDefinition $rootNode, callable $e
848
848
;
849
849
}
850
850
851
- private function addValidationSection (ArrayNodeDefinition $ rootNode , callable $ enableIfStandalone, callable $ willBeAvailable )
851
+ private function addValidationSection (ArrayNodeDefinition $ rootNode , callable $ enableIfStandalone )
852
852
{
853
853
$ rootNode
854
854
->children ()
@@ -958,7 +958,7 @@ private function addAnnotationsSection(ArrayNodeDefinition $rootNode, callable $
958
958
;
959
959
}
960
960
961
- private function addSerializerSection (ArrayNodeDefinition $ rootNode , callable $ enableIfStandalone, callable $ willBeAvailable )
961
+ private function addSerializerSection (ArrayNodeDefinition $ rootNode , callable $ enableIfStandalone )
962
962
{
963
963
$ rootNode
964
964
->children ()
0 commit comments