Skip to content

Commit 2662d4e

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: [Workflow] Minor tweak in some method names
2 parents 58c7f74 + acac494 commit 2662d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,8 @@ Guard Events
399399
~~~~~~~~~~~~
400400

401401
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
402+
are invoked every time a call to ``Workflow::can()``, ``Workflow::apply()`` or
403+
``Workflow::getEnabledTransitions()`` is executed. With the guard events you may
404404
add custom logic to decide which transitions should be blocked or not. Here is a
405405
list of the guard event names.
406406

0 commit comments

Comments
 (0)