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.
2 parents ef50b86 + cc556a4 commit 21408feCopy full SHA for 21408fe
components/config/definition.rst
@@ -178,14 +178,14 @@ The configuration can now be written like this::
178
->end()
179
;
180
181
-You can also use the ``enumClass()`` method to pass the FQCN of an enum
+You can also use the ``enumFqcn()`` method to pass the FQCN of an enum
182
class to the node. This will automatically set the values of the node to
183
the cases of the enum::
184
185
$rootNode
186
->children()
187
->enumNode('delivery')
188
- ->enumClass(Delivery::class)
+ ->enumFqcn(Delivery::class)
189
190
191
0 commit comments