We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f1d3c commit f729331Copy full SHA for f729331
1 file changed
src/XML/ds/SignatureMethod.php
@@ -70,7 +70,7 @@ private function setAlgorithm(string $algorithm): void
70
Constants::SIG_HMAC_SHA512,
71
Constants::SIG_HMAC_RIPEMD160,
72
],
73
- 'Invalid canonicalization method',
+ 'Invalid signature method',
74
InvalidArgumentException::class
75
);
76
0 commit comments