From 5fa8d0cbe42ed2a78909d8838d574b06ba8b60f4 Mon Sep 17 00:00:00 2001 From: johanwilfer Date: Sat, 10 Aug 2024 19:43:32 +0000 Subject: [PATCH] Apply CS/Rector changes --- src/SIE/Data/Verification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SIE/Data/Verification.php b/src/SIE/Data/Verification.php index 3aaf336..41dcc6b 100644 --- a/src/SIE/Data/Verification.php +++ b/src/SIE/Data/Verification.php @@ -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