Skip to content

Commit f729331

Browse files
authored
Fix exception message
1 parent d2f1d3c commit f729331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/XML/ds/SignatureMethod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private function setAlgorithm(string $algorithm): void
7070
Constants::SIG_HMAC_SHA512,
7171
Constants::SIG_HMAC_RIPEMD160,
7272
],
73-
'Invalid canonicalization method',
73+
'Invalid signature method',
7474
InvalidArgumentException::class
7575
);
7676

0 commit comments

Comments
 (0)