mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-10 00:34:58 +00:00
apply rector rules: symfony **UP TO** 44
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Chill\TaskBundle\Event;
|
||||
use Chill\TaskBundle\Entity\AbstractTask;
|
||||
use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
class TaskEvent extends Event
|
||||
class TaskEvent extends \Symfony\Contracts\EventDispatcher\Event
|
||||
{
|
||||
final public const PERSIST = 'chill_task.task_persist';
|
||||
|
||||
|
@@ -17,7 +17,7 @@ use Symfony\Component\Form\FormInterface;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
use Symfony\Component\Workflow\Transition;
|
||||
|
||||
class UIEvent extends Event
|
||||
class UIEvent extends \Symfony\Contracts\EventDispatcher\Event
|
||||
{
|
||||
final public const EDIT_FORM = 'chill_task.edit_form';
|
||||
|
||||
|
Reference in New Issue
Block a user