File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,14 +186,14 @@ The configuration can now be written like this::
186
186
->end()
187
187
;
188
188
189
- You can also use the ``enumClass () `` method to pass the FQCN of an enum
189
+ You can also use the ``enumFqcn () `` method to pass the FQCN of an enum
190
190
class to the node. This will automatically set the values of the node to
191
191
the cases of the enum::
192
192
193
193
$rootNode
194
194
->children()
195
195
->enumNode('delivery')
196
- ->enumClass (Delivery::class)
196
+ ->enumFqcn (Delivery::class)
197
197
->end()
198
198
->end()
199
199
;
@@ -203,7 +203,7 @@ to one of the enum cases if possible.
203
203
204
204
.. versionadded :: 7.3
205
205
206
- The ``enumClass () `` method was introduced in Symfony 7.3.
206
+ The ``enumFqcn () `` method was introduced in Symfony 7.3.
207
207
208
208
Array Nodes
209
209
~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments