@@ -92,10 +92,6 @@ reflect the real structure of the configuration values::
92
92
->end()
93
93
;
94
94
95
- .. versionadded :: 7.2
96
-
97
- The ``stringNode() `` method was introduced in Symfony 7.2.
98
-
99
95
The root node itself is an array node, and has children, like the boolean
100
96
node ``auto_connect `` and the scalar node ``default_connection ``. In general:
101
97
after 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:
120
116
and are created with ``node($name, $type) `` or their associated shortcut
121
117
``xxxxNode($name) `` method.
122
118
123
- .. versionadded :: 7.2
124
-
125
- Support for the ``string `` type was introduced in Symfony 7.2.
126
-
127
119
Numeric Node Constraints
128
120
~~~~~~~~~~~~~~~~~~~~~~~~
129
121
@@ -201,10 +193,6 @@ the cases of the enum::
201
193
When using a backed enum, the values provided to the node will be cast
202
194
to one of the enum cases if possible.
203
195
204
- .. versionadded :: 7.3
205
-
206
- The ``enumClass() `` method was introduced in Symfony 7.3.
207
-
208
196
Array Nodes
209
197
~~~~~~~~~~~
210
198
@@ -566,10 +554,6 @@ A few placeholders are available to customize the URL:
566
554
The placeholders will be replaced when printing the configuration tree with the
567
555
``config:dump-reference `` command.
568
556
569
- .. versionadded :: 7.3
570
-
571
- The ``docUrl() `` method was introduced in Symfony 7.3.
572
-
573
557
Optional Sections
574
558
-----------------
575
559
@@ -877,10 +861,6 @@ A validation rule also requires a "then" part:
877
861
Usually, "then" is a closure. Its return value will be used as a new value
878
862
for the node, instead of the node's original value.
879
863
880
- .. versionadded :: 7.3
881
-
882
- The ``ifFalse() `` method was introduced in Symfony 7.3.
883
-
884
864
Configuring the Node Path Separator
885
865
-----------------------------------
886
866
0 commit comments