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.
1 parent 3b50667 commit b377602Copy full SHA for b377602
workflow.rst
@@ -336,8 +336,8 @@ Guard Events
336
~~~~~~~~~~~~
337
338
There are a special kind of events called "Guard events". Their event listeners
339
-are invoked every time a call to ``Workflow::can``, ``Workflow::apply`` or
340
-``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
341
add custom logic to decide which transitions should be blocked or not. Here is a
342
list of the guard event names.
343
0 commit comments