@@ -92,10 +92,6 @@ reflect the real structure of the configuration values::
9292        ->end() 
9393    ; 
9494
95- .. versionadded :: 7.2 
96- 
97-     The ``stringNode() `` method was introduced in Symfony 7.2.
98- 
9995The root node itself is an array node, and has children, like the boolean
10096node ``auto_connect `` and the scalar node ``default_connection ``. In general:
10197after defining a node, a call to ``end() `` takes you one step up in the
@@ -120,10 +116,6 @@ node definition. Node types are available for:
120116and are created with ``node($name, $type) `` or their associated shortcut
121117``xxxxNode($name) `` method.
122118
123- .. versionadded :: 7.2 
124- 
125-     Support for the ``string `` type was introduced in Symfony 7.2.
126- 
127119Numeric Node Constraints
128120~~~~~~~~~~~~~~~~~~~~~~~~ 
129121
@@ -201,10 +193,6 @@ the cases of the enum::
201193When using a backed enum, the values provided to the node will be cast
202194to one of the enum cases if possible.
203195
204- .. versionadded :: 7.3 
205- 
206-     The ``enumClass() `` method was introduced in Symfony 7.3.
207- 
208196Array Nodes
209197~~~~~~~~~~~ 
210198
@@ -566,10 +554,6 @@ A few placeholders are available to customize the URL:
566554The placeholders will be replaced when printing the configuration tree with the
567555``config:dump-reference `` command.
568556
569- .. versionadded :: 7.3 
570- 
571-     The ``docUrl() `` method was introduced in Symfony 7.3.
572- 
573557Optional Sections
574558----------------- 
575559
@@ -877,10 +861,6 @@ A validation rule also requires a "then" part:
877861Usually, "then" is a closure. Its return value will be used as a new value
878862for the node, instead of the node's original value.
879863
880- .. versionadded :: 7.3 
881- 
882-     The ``ifFalse() `` method was introduced in Symfony 7.3.
883- 
884864Configuring the Node Path Separator
885865----------------------------------- 
886866
0 commit comments