File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,10 @@ 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+
9599The root node itself is an array node, and has children, like the boolean
96100node ``auto_connect `` and the scalar node ``default_connection ``. In general:
97101after defining a node, a call to ``end() `` takes you one step up in the
@@ -116,6 +120,10 @@ node definition. Node types are available for:
116120and are created with ``node($name, $type) `` or their associated shortcut
117121``xxxxNode($name) `` method.
118122
123+ .. versionadded ::
124+
125+ Support for ``string `` types was introduced in Symfony 7.2.
126+
119127Numeric Node Constraints
120128~~~~~~~~~~~~~~~~~~~~~~~~
121129
You can’t perform that action at this time.
0 commit comments