Skip to content

Commit 8335810

Browse files
minor #31469 [Workflow] Update WorkflowEvents typo (noniagriconomie)
This PR was submitted for the master branch but it was merged into the 4.3 branch instead (closes #31469). Discussion ---------- [Workflow] Update WorkflowEvents typo | Q | A | ------------- | --- | Branch? | <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Some little typo Maybe to do for other branches? Commits ------- 6583e5a Update WorkflowEvents.php
2 parents 22ffa5f + 6583e5a commit 8335810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Workflow/WorkflowEvents.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\Workflow;
1313

1414
/**
15-
* To learn more about how workflow events work check the documentation
15+
* To learn more about how workflow events work, check the documentation
1616
* entry at {@link https://symfony.com/doc/current/workflow/usage.html#using-events}.
1717
*/
1818
final class WorkflowEvents
@@ -43,7 +43,7 @@ final class WorkflowEvents
4343
const ENTERED = 'workflow.entered';
4444

4545
/**
46-
* @Event("Symfony\Component\Workflow\Event\EnteredEvent")
46+
* @Event("Symfony\Component\Workflow\Event\LeaveEvent")
4747
*/
4848
const LEAVE = 'workflow.leave';
4949

0 commit comments

Comments
 (0)