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 3af17f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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
2 changes: 1 addition & 1 deletion modules/os2forms_encrypt/src/Form/SettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Drupal\Core\Link;

/**
* Class Os2FormsEncryptAdminForm.
* Class SettingsForm.
*/
class SettingsForm extends ConfigFormBase {

Expand Down

0 comments on commit 3af17f5

Please sign in to comment.