We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a07bc0 commit 4d3d33bCopy full SHA for 4d3d33b
WorkflowEvents.php
@@ -12,7 +12,7 @@
12
namespace Symfony\Component\Workflow;
13
14
/**
15
- * To learn more about how workflow events work check the documentation
+ * To learn more about how workflow events work, check the documentation
16
* entry at {@link https://symfony.com/doc/current/workflow/usage.html#using-events}.
17
*/
18
final class WorkflowEvents
@@ -43,7 +43,7 @@ final class WorkflowEvents
43
const ENTERED = 'workflow.entered';
44
45
46
- * @Event("Symfony\Component\Workflow\Event\EnteredEvent")
+ * @Event("Symfony\Component\Workflow\Event\LeaveEvent")
47
48
const LEAVE = 'workflow.leave';
49
0 commit comments