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 58c7f74 + acac494 commit 2662d4eCopy full SHA for 2662d4e
workflow.rst
@@ -399,8 +399,8 @@ Guard Events
399
~~~~~~~~~~~~
400
401
There are a special kind of events called "Guard events". Their event listeners
402
-are invoked every time a call to ``Workflow::can``, ``Workflow::apply`` or
403
-``Workflow::getEnabledTransitions`` is executed. With the guard events you may
+are invoked every time a call to ``Workflow::can()``, ``Workflow::apply()`` or
+``Workflow::getEnabledTransitions()`` is executed. With the guard events you may
404
add custom logic to decide which transitions should be blocked or not. Here is a
405
list of the guard event names.
406
0 commit comments