mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-17 07:43:14 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -29,7 +29,7 @@ class SetPasswordCommand extends Command
|
||||
/**
|
||||
* SetPasswordCommand constructor.
|
||||
*/
|
||||
public function __construct(private EntityManager $entityManager)
|
||||
public function __construct(private readonly EntityManager $entityManager)
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user