Update WorkflowEvents.php

This commit is contained in:
Antoine Makdessi 2019-05-10 19:57:29 +04:30 committed by Nicolas Grekas
parent 22ffa5fcd6
commit 6583e5a1d7

View File

@ -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';