Skip to content

Commit 1babc11

Browse files
committed
minor #20380 [Config] fix versionadded directive (xabbuh)
This PR was merged into the 7.2 branch. Discussion ---------- [Config] fix versionadded directive following #20367 and 970d37b Commits ------- 7eb2264 fix versionadded directive
2 parents 481fec7 + 7eb2264 commit 1babc11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/config/definition.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ node definition. Node types are available for:
120120
and are created with ``node($name, $type)`` or their associated shortcut
121121
``xxxxNode($name)`` method.
122122

123-
.. versionadded::
123+
.. versionadded:: 7.2
124124

125-
Support for ``string`` types was introduced in Symfony 7.2.
125+
Support for the ``string`` type was introduced in Symfony 7.2.
126126

127127
Numeric Node Constraints
128128
~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)