Skip to content

Commit

Permalink
Apply CS/Rector changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johanwilfer authored and github-actions[bot] committed Aug 10, 2024
1 parent bee188e commit 5fa8d0c
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 5fa8d0c

Please sign in to comment.