8000 Merge branch '4.4' into 5.0 · symfony/symfony-docs@74d20fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 74d20fe

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

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
@@ -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