mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 06:44:59 +00:00
apply rector rules: php up to php82
This commit is contained in:
@@ -53,13 +53,13 @@ use function unserialize;
|
||||
class ExportController extends AbstractController
|
||||
{
|
||||
public function __construct(
|
||||
private ChillRedis $redis,
|
||||
private ExportManager $exportManager,
|
||||
private FormFactoryInterface $formFactory,
|
||||
private LoggerInterface $logger,
|
||||
private SessionInterface $session,
|
||||
private TranslatorInterface $translator,
|
||||
private EntityManagerInterface $entityManager,
|
||||
private readonly ChillRedis $redis,
|
||||
private readonly ExportManager $exportManager,
|
||||
private readonly FormFactoryInterface $formFactory,
|
||||
private readonly LoggerInterface $logger,
|
||||
private readonly SessionInterface $session,
|
||||
private readonly TranslatorInterface $translator,
|
||||
private readonly EntityManagerInterface $entityManager,
|
||||
private readonly ExportFormHelper $exportFormHelper,
|
||||
private readonly SavedExportRepositoryInterface $savedExportRepository,
|
||||
private readonly Security $security
|
||||
|
Reference in New Issue
Block a user