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::
92
92
->end()
93
93
;
94
94
95
+ .. versionadded :: 7.2
96
+
97
+ The ``stringNode() `` method was introduced in Symfony 7.2.
98
+
95
99
The root node itself is an array node, and has children, like the boolean
96
100
node ``auto_connect `` and the scalar node ``default_connection ``. In general:
97
101
after 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:
116
120
and are created with ``node($name, $type) `` or their associated shortcut
117
121
``xxxxNode($name) `` method.
118
122
123
+ .. versionadded ::
124
+
125
+ Support for ``string `` types was introduced in Symfony 7.2.
126
+
119
127
Numeric Node Constraints
120
128
~~~~~~~~~~~~~~~~~~~~~~~~
121
129
You can’t perform that action at this time.
0 commit comments