Skip to content

Commit

Permalink
ITKDev: Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed Dec 12, 2024
1 parent d7fdcbe commit 8ef1d87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/os2web_audit_entity/os2web_audit_entity.module
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,12 @@ function os2web_audit_entity_entity_storage_load(array $entities, $entity_type):

/**
* Implements hook_webform_post_load_data().
*
* @param array<\Drupal\webform_revisions\Entity\WebformRevisionsSubmission> $submissions
* Webform subs.
*/
function os2web_audit_entity_webform_post_load_data(array $submissions): void {
/** @var array<\Drupal\webform_revisions\Entity\WebformRevisionsSubmission> $submissions */

foreach ($submissions as $submission) {
// Try to check for _cpr field for extra logging information.
$personal = '';
Expand Down

0 comments on commit 8ef1d87

Please sign in to comment.