Skip to content

Commit 4d3d33b

Browse files
noniagriconomienicolas-grekas
authored andcommitted
Update WorkflowEvents.php
1 parent 7a07bc0 commit 4d3d33b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)