Skip to content

Commit

Permalink
Merge branch 'workflow-step2' of github.com:johanwilfer/siephp into w…
Browse files Browse the repository at this point in the history
…orkflow-step2
  • Loading branch information
johanwilfer committed Aug 10, 2024
2 parents df95e7e + 5fa8d0c commit 19fc65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIE/Data/Verification.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function validate(): void
}

if ($this->transactions === []) {
throw new DomainException( 'No transactions for verification id "' . $this->id . '".' );
throw new DomainException('No transactions for verification id "' . $this->id . '".');
}

// validate verifications
Expand Down

0 comments on commit 19fc65c

Please sign in to comment.