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 74d20fe

Browse filesBrowse files
committed
Merge branch '4.4' into 5.0
* 4.4: [Workflow] Minor tweak in some method names
2 parents 1794b4a + 2662d4e commit 74d20fe
Copy full SHA for 74d20fe

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
@@ -394,8 +394,8 @@ Guard Events
394394
~~~~~~~~~~~~
395395

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.