Skip to content

Commit b05af79

Browse files
minor symfony#53280 [Workflow] Link to class in PHPDoc (OskarStark)
This PR was merged into the 7.1 branch. Discussion ---------- [Workflow] Link to class in PHPDoc | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | -- | License | MIT Commits ------- c14ee32 [Workflow] Link to class in PHPDoc
2 parents 8c5881e + c14ee32 commit b05af79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Workflow/Workflow.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ class Workflow implements WorkflowInterface
5959

6060
/**
6161
* When `null` fire all events (the default behaviour).
62-
* Setting this to an empty array `[]` means no events are dispatched (except the Guard Event).
62+
* Setting this to an empty array `[]` means no events are dispatched (except the {@see GuardEvent}).
6363
* Passing an array with WorkflowEvents will allow only those events to be dispatched plus
64-
* the Guard Event.
64+
* the {@see GuardEvent}.
6565
*
6666
* @var array|string[]|null
6767
*/

0 commit comments

Comments
 (0)