From cfb29bf96e79ebb8721059962cd3cd726f272615 Mon Sep 17 00:00:00 2001 From: Jesper Kristensen Date: Mon, 8 Apr 2024 10:17:28 +0200 Subject: [PATCH] 1062: Updated minor code style fixes in webform encrypt --- .../os2forms_encrypt/src/Element/WebformElementEncrypt.php | 2 -- modules/os2forms_encrypt/src/Form/SettingsForm.php | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/os2forms_encrypt/src/Element/WebformElementEncrypt.php b/modules/os2forms_encrypt/src/Element/WebformElementEncrypt.php index 066e3db..4e27189 100644 --- a/modules/os2forms_encrypt/src/Element/WebformElementEncrypt.php +++ b/modules/os2forms_encrypt/src/Element/WebformElementEncrypt.php @@ -10,8 +10,6 @@ * * This class contains a static method to process element attributes for * webforms. - * - * @package Drupal\Core\Extension\Module\YourModule\WebformElementEncrypt */ class WebformElementEncrypt { diff --git a/modules/os2forms_encrypt/src/Form/SettingsForm.php b/modules/os2forms_encrypt/src/Form/SettingsForm.php index 62e2c6a..14e1f81 100644 --- a/modules/os2forms_encrypt/src/Form/SettingsForm.php +++ b/modules/os2forms_encrypt/src/Form/SettingsForm.php @@ -7,7 +7,9 @@ use Drupal\Core\Link; /** - * Class Os2FormsEncryptAdminForm. + * Class SettingsForm. + * + * This is the settings for the module. */ class SettingsForm extends ConfigFormBase {