From 7c9b5e481a9f80dceabcefb1808f9d5c35281192 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Fri, 3 May 2024 13:33:51 +0200 Subject: [PATCH] 1062: Removed empty void return docblock --- .../os2forms_encrypt/src/Commands/Os2FormsEncryptCommands.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/os2forms_encrypt/src/Commands/Os2FormsEncryptCommands.php b/modules/os2forms_encrypt/src/Commands/Os2FormsEncryptCommands.php index 29889fc1..e8920546 100644 --- a/modules/os2forms_encrypt/src/Commands/Os2FormsEncryptCommands.php +++ b/modules/os2forms_encrypt/src/Commands/Os2FormsEncryptCommands.php @@ -35,8 +35,6 @@ class Os2FormsEncryptCommands extends DrushCommands { * An instance of the entity type manager. * @param \Drupal\Core\Config\ConfigFactoryInterface $configFactory * An instance of the config factory. - * - * @return void */ public function __construct(EntityTypeManagerInterface $entityTypeManager, ConfigFactoryInterface $configFactory) { $this->entityTypeManager = $entityTypeManager;