mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -23,11 +23,11 @@ use function implode;
|
||||
|
||||
class DefaultTaskDefinition implements \Chill\TaskBundle\Workflow\TaskWorkflowDefinition
|
||||
{
|
||||
public const DEFINITION_METADATA = [
|
||||
final public const DEFINITION_METADATA = [
|
||||
'name' => 'Default task',
|
||||
];
|
||||
|
||||
public const TRANSITION_METADATA = [
|
||||
final public const TRANSITION_METADATA = [
|
||||
'close' => [
|
||||
'verb' => 'close',
|
||||
'class' => 'btn btn-task-label btn-task-close',
|
||||
|
Reference in New Issue
Block a user