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 1794b4a + 2662d4e commit 74d20feCopy full SHA for 74d20fe
workflow.rst
@@ -394,8 +394,8 @@ Guard Events
394
~~~~~~~~~~~~
395
396
There are a special kind of events called "Guard events". Their event listeners
397
-are invoked every time a call to ``Workflow::can``, ``Workflow::apply`` or
398
-``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
399
add custom logic to decide which transitions should be blocked or not. Here is a
400
list of the guard event names.
401
0 commit comments