From f83a7fc53c02be5fe72b73b370bf30366d04944c Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Mon, 30 Sep 2024 12:13:47 +0200 Subject: [PATCH] TASK: Cleanup and add code documentation --- .../Classes/AssetUsage/CatchUpHook/AssetUsageCatchUpHook.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Neos.Neos/Classes/AssetUsage/CatchUpHook/AssetUsageCatchUpHook.php b/Neos.Neos/Classes/AssetUsage/CatchUpHook/AssetUsageCatchUpHook.php index 4bc8ca01e38..09f42ba99d6 100644 --- a/Neos.Neos/Classes/AssetUsage/CatchUpHook/AssetUsageCatchUpHook.php +++ b/Neos.Neos/Classes/AssetUsage/CatchUpHook/AssetUsageCatchUpHook.php @@ -34,7 +34,6 @@ */ class AssetUsageCatchUpHook implements CatchUpHookInterface { - public function __construct( private readonly ContentRepository $contentRepository, private readonly AssetUsageIndexingService $assetUsageIndexingService