diff --git a/src/Event/DataObject/ExtractFolderMappingEvent.php b/src/Event/DataObject/ExtractFolderMappingEvent.php index 23315b52..1953295a 100644 --- a/src/Event/DataObject/ExtractFolderMappingEvent.php +++ b/src/Event/DataObject/ExtractFolderMappingEvent.php @@ -25,7 +25,6 @@ */ final class ExtractFolderMappingEvent extends Event { - public function __construct(private array $customFieldsMapping) { } diff --git a/src/Service/SearchIndex/IndexQueue/EnqueueService.php b/src/Service/SearchIndex/IndexQueue/EnqueueService.php index 18a2caf6..5c2c0a15 100644 --- a/src/Service/SearchIndex/IndexQueue/EnqueueService.php +++ b/src/Service/SearchIndex/IndexQueue/EnqueueService.php @@ -136,7 +136,6 @@ public function enqueueDataObjectFolders(): EnqueueServiceInterface return $this; } - /** * @throws EnqueueElementsException */