From 6583e5a1d7cb20e871828a0df2456e5c43b92281 Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Fri, 10 May 2019 19:57:29 +0430 Subject: [PATCH] Update WorkflowEvents.php --- src/Symfony/Component/Workflow/WorkflowEvents.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Workflow/WorkflowEvents.php b/src/Symfony/Component/Workflow/WorkflowEvents.php index 7262be5f7d3f..44678dcb88b7 100644 --- a/src/Symfony/Component/Workflow/WorkflowEvents.php +++ b/src/Symfony/Component/Workflow/WorkflowEvents.php @@ -12,7 +12,7 @@ namespace Symfony\Component\Workflow; /** - * To learn more about how workflow events work check the documentation + * To learn more about how workflow events work, check the documentation * entry at {@link https://symfony.com/doc/current/workflow/usage.html#using-events}. */ final class WorkflowEvents @@ -43,7 +43,7 @@ final class WorkflowEvents const ENTERED = 'workflow.entered'; /** - * @Event("Symfony\Component\Workflow\Event\EnteredEvent") + * @Event("Symfony\Component\Workflow\Event\LeaveEvent") */ const LEAVE = 'workflow.leave';