Skip to content

Commit 970d37b

Browse files
committed
Add the versionadded directives
1 parent 8b0c688 commit 970d37b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/config/definition.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
9599
The root node itself is an array node, and has children, like the boolean
96100
node ``auto_connect`` and the scalar node ``default_connection``. In general:
97101
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:
116120
and 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+
119127
Numeric Node Constraints
120128
~~~~~~~~~~~~~~~~~~~~~~~~
121129

0 commit comments

Comments
 (0)