mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 06:44:59 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -36,11 +36,11 @@ class AccompanyingPeriodWorkDenormalizer implements ContextAwareDenormalizerInte
|
||||
|
||||
use ObjectToPopulateTrait;
|
||||
|
||||
public const GROUP_CREATE = 'accompanying_period_work:create';
|
||||
final public const GROUP_CREATE = 'accompanying_period_work:create';
|
||||
|
||||
public const GROUP_EDIT = 'accompanying_period_work:edit';
|
||||
final public const GROUP_EDIT = 'accompanying_period_work:edit';
|
||||
|
||||
public function __construct(private AccompanyingPeriodWorkRepository $workRepository, private EntityManagerInterface $em)
|
||||
public function __construct(private readonly AccompanyingPeriodWorkRepository $workRepository, private readonly EntityManagerInterface $em)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user