Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2662d4e

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎workflow.rst

Copy file name to clipboardExpand all lines: workflow.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.