From c4cbc9319e55ba296cdf3eb8d8c38cae3a2894fe Mon Sep 17 00:00:00 2001 From: markus-moser Date: Tue, 28 May 2024 15:31:03 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/Event/DataObject/ExtractFolderMappingEvent.php | 1 - src/Service/SearchIndex/IndexQueue/EnqueueService.php | 1 - 2 files changed, 2 deletions(-) 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 */