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 99bbbff + 74d20fe commit c4b0e31Copy full SHA for c4b0e31
workflow.rst
@@ -402,8 +402,8 @@ Guard Events
402
~~~~~~~~~~~~
403
404
There are a special kind of events called "Guard events". Their event listeners
405
-are invoked every time a call to ``Workflow::can``, ``Workflow::apply`` or
406
-``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
407
add custom logic to decide which transitions should be blocked or not. Here is a
408
list of the guard event names.
409
0 commit comments