We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fac25 commit 29bd76eCopy full SHA for 29bd76e
components/config/definition.rst
@@ -99,8 +99,8 @@ node definition. Node type are available for:
99
100
* scalar
101
* boolean
102
-* array
103
* enum (new in 2.1)
+* array
104
* variable (no validation)
105
106
and are created with ``node($name, $type)`` or their associated shortcut
@@ -110,7 +110,7 @@ Enum nodes
110
~~~~~~~~~~
111
112
.. versionadded:: 2.1
113
- The enum node is new in 2.1
+ The enum node is new in Symfony 2.1
114
115
Enum nodes provide a constraint to match the given input against a set of
116
values::
0 commit comments