mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
apply rules rector up to php82
This commit is contained in:
@@ -17,7 +17,7 @@ use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
|
||||
|
||||
class MembersEditorFactory
|
||||
{
|
||||
public function __construct(private EventDispatcherInterface $eventDispatcher, private ValidatorInterface $validator)
|
||||
public function __construct(private readonly EventDispatcherInterface $eventDispatcher, private readonly ValidatorInterface $validator)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user