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 @@ -310,13 +310,13 @@ machine type, use ``camelCased workflow name + StateMachine``::
310310 }
311311 }
312312
313- To get all enabled transitions of a Workflow, you can use
314- :method: `Symfony\\ Component\\ Workflow\\ WorkflowInterface::getEnabledTransitions `
313+ To get the enabled transition of a Workflow, you can use
314+ :method: `Symfony\\ Component\\ Workflow\\ WorkflowInterface::getEnabledTransition `
315315method.
316316
317317.. versionadded :: 7.1
318318
319- The :method: `Symfony\\ Component\\ Workflow\\ WorkflowInterface::getEnabledTransitions ` method
319+ The :method: `Symfony\\ Component\\ Workflow\\ WorkflowInterface::getEnabledTransition ` method
320320 was introduced in Symfony 7.1.
321321
322322Workflows can also be injected thanks to their name and the
You can’t perform that action at this time.
0 commit comments