Skip to content

Commit bd97c58

Browse files
committed
Fixed coding standards
1 parent 9f43d3e commit bd97c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/os2web_audit_entity/os2web_audit_entity.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function os2web_audit_entity_webform_post_load_data(mixed $submissions): void {
7272
$submissionData = $submission->getData();
7373
if (!empty($filterFields)) {
7474
foreach ($filterFields as $field) {
75-
// Not all fields/elements are present within submission data, i.e. markup.
75+
// Not all fields are present within submission data, i.e. markup.
7676
if (!isset($submissionData[$field])) {
7777
continue;
7878
}

0 commit comments

Comments
 (0)