Loading core/modules/file/src/Hook/CronHook.php +6 −6 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ class CronHook { public function __construct( private readonly EntityTypeManagerInterface $entityTypeManager, private readonly StreamWrapperManagerInterface $streamWrapperManager, private readonly ConfigFactoryInterface $configFactory, private readonly FileUsageInterface $fileUsage, private readonly TimeInterface $time, protected readonly EntityTypeManagerInterface $entityTypeManager, protected readonly StreamWrapperManagerInterface $streamWrapperManager, protected readonly ConfigFactoryInterface $configFactory, protected readonly FileUsageInterface $fileUsage, protected readonly TimeInterface $time, #[Autowire('@logger.channel.file')] private readonly LoggerInterface $logger, protected readonly LoggerInterface $logger, ) {} /** Loading core/modules/file/src/Hook/FileDownloadHook.php +3 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ class FileDownloadHook { public function __construct( private readonly FileRepositoryInterface $fileRepository, private readonly FileUsageInterface $fileUsage, private readonly AccountInterface $currentUser, protected readonly FileRepositoryInterface $fileRepository, protected readonly FileUsageInterface $fileUsage, protected readonly AccountInterface $currentUser, ) {} /** Loading core/modules/file/src/Hook/TokenHooks.php +3 −3 Original line number Diff line number Diff line Loading @@ -20,9 +20,9 @@ class TokenHooks { use StringTranslationTrait; public function __construct( private readonly Token $token, private readonly DateFormatterInterface $dateFormatter, private readonly EntityTypeManagerInterface $entityTypeManager, protected readonly Token $token, protected readonly DateFormatterInterface $dateFormatter, protected readonly EntityTypeManagerInterface $entityTypeManager, ) {} /** Loading Loading
core/modules/file/src/Hook/CronHook.php +6 −6 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ class CronHook { public function __construct( private readonly EntityTypeManagerInterface $entityTypeManager, private readonly StreamWrapperManagerInterface $streamWrapperManager, private readonly ConfigFactoryInterface $configFactory, private readonly FileUsageInterface $fileUsage, private readonly TimeInterface $time, protected readonly EntityTypeManagerInterface $entityTypeManager, protected readonly StreamWrapperManagerInterface $streamWrapperManager, protected readonly ConfigFactoryInterface $configFactory, protected readonly FileUsageInterface $fileUsage, protected readonly TimeInterface $time, #[Autowire('@logger.channel.file')] private readonly LoggerInterface $logger, protected readonly LoggerInterface $logger, ) {} /** Loading
core/modules/file/src/Hook/FileDownloadHook.php +3 −3 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ class FileDownloadHook { public function __construct( private readonly FileRepositoryInterface $fileRepository, private readonly FileUsageInterface $fileUsage, private readonly AccountInterface $currentUser, protected readonly FileRepositoryInterface $fileRepository, protected readonly FileUsageInterface $fileUsage, protected readonly AccountInterface $currentUser, ) {} /** Loading
core/modules/file/src/Hook/TokenHooks.php +3 −3 Original line number Diff line number Diff line Loading @@ -20,9 +20,9 @@ class TokenHooks { use StringTranslationTrait; public function __construct( private readonly Token $token, private readonly DateFormatterInterface $dateFormatter, private readonly EntityTypeManagerInterface $entityTypeManager, protected readonly Token $token, protected readonly DateFormatterInterface $dateFormatter, protected readonly EntityTypeManagerInterface $entityTypeManager, ) {} /** Loading