apply rector rules: symfony **UP TO** 44

This commit is contained in:
2023-07-28 01:52:53 +02:00
parent b6a094aeee
commit c20f65eebb
88 changed files with 211 additions and 320 deletions

View File

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

View File

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