Skip to content

Commit 5febd28

Browse files
committed
SUPP0RT-1066: Applied coding standards
1 parent d0f2e90 commit 5febd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/ArchiveHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ private function computeGetOrganizedFilename(string $filename, WebformSubmission
466466
$webformLabel = $submission->getWebform()->label();
467467
$submissionNumber = $submission->serial();
468468

469-
// Find position of last occurrence of extension
469+
// Find position of last occurrence of extension.
470470
$position = strrpos($filename, '.' . $fileExtension);
471471

472472
// Inject the webform label and submission number at found position.

0 commit comments

Comments
 (0)