Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuaitk committed Dec 18, 2024
1 parent 6d163b7 commit be32d63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/ArchiveCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ public function __construct(
*
* @command os2forms:get-organized:archive
*/
public function archive(string $submissionId, string $handlerId) {
public function archive(string $submissionId, string $handlerId): void {

$io = new SymfonyStyle($this->input(), $this->output());

/** @var \Drupal\webform\WebformSubmissionInterface $submission */
/** @var \Drupal\webform\WebformSubmissionInterface|null $submission */
$submission = WebformSubmission::load($submissionId);

if (!$submission) {
Expand Down

0 comments on commit be32d63

Please sign in to comment.