mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-10 16:55:00 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -16,7 +16,7 @@ use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
class TaskEvent extends Event
|
||||
{
|
||||
public const PERSIST = 'chill_task.task_persist';
|
||||
final public const PERSIST = 'chill_task.task_persist';
|
||||
|
||||
/**
|
||||
* @var AbstractTask
|
||||
|
@@ -19,11 +19,11 @@ use Symfony\Component\Workflow\Transition;
|
||||
|
||||
class UIEvent extends Event
|
||||
{
|
||||
public const EDIT_FORM = 'chill_task.edit_form';
|
||||
final public const EDIT_FORM = 'chill_task.edit_form';
|
||||
|
||||
public const EDIT_PAGE = 'chill_task.edit_page';
|
||||
final public const EDIT_PAGE = 'chill_task.edit_page';
|
||||
|
||||
public const SHOW_TRANSITION_PAGE = 'chill_task.show_transition_page';
|
||||
final public const SHOW_TRANSITION_PAGE = 'chill_task.show_transition_page';
|
||||
|
||||
/**
|
||||
* @var FormInterface|null
|
||||
|
Reference in New Issue
Block a user