mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-17 23:55:43 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -42,11 +42,8 @@ class MSGraphUserRepository
|
||||
;
|
||||
SQL;
|
||||
|
||||
private EntityManagerInterface $entityManager;
|
||||
|
||||
public function __construct(EntityManagerInterface $entityManager)
|
||||
public function __construct(private EntityManagerInterface $entityManager)
|
||||
{
|
||||
$this->entityManager = $entityManager;
|
||||
}
|
||||
|
||||
public function countByMostOldSubscriptionOrWithoutSubscriptionOrData(DateInterval $interval): int
|
||||
|
||||
Reference in New Issue
Block a user