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

Skip to content

Commit c4b0e31

Browse files
committed
Merge branch '5.0'
* 5.0: [Workflow] Minor tweak in some method names
2 parents 99bbbff + 74d20fe commit c4b0e31

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
@@ -402,8 +402,8 @@ Guard Events
402402
~~~~~~~~~~~~
403403

404404
There are a special kind of events called "Guard events". Their event listeners
405-
are invoked every time a call to ``Workflow::can``, ``Workflow::apply`` or
406-
``Workflow::getEnabledTransitions`` is executed. With the guard events you may
405+
are invoked every time a call to ``Workflow::can()``, ``Workflow::apply()`` or
406+
``Workflow::getEnabledTransitions()`` is executed. With the guard events you may
407407
add custom logic to decide which transitions should be blocked or not. Here is a
408408
list of the guard event names.
409409

0 commit comments

Comments
 (0)
0