Skip to content

Commit

Permalink
1062: Updated minor code style fixes in webform encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed Apr 8, 2024
1 parent 6f3fb49 commit cfb29bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
4 changes: 3 additions & 1 deletion modules/os2forms_encrypt/src/Form/SettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
use Drupal\Core\Link;

/**
* Class Os2FormsEncryptAdminForm.
* Class SettingsForm.
*
* This is the settings for the module.
*/
class SettingsForm extends ConfigFormBase {

Expand Down

0 comments on commit cfb29bf

Please sign in to comment.