From 68aa48de66c80d096fb414891e8abc1e78c1f552 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Tue, 29 Nov 2022 06:09:31 -0600 Subject: [PATCH] X509: CS adjustment --- phpseclib/File/X509.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/File/X509.php b/phpseclib/File/X509.php index ebb5e67e..7aa278f2 100644 --- a/phpseclib/File/X509.php +++ b/phpseclib/File/X509.php @@ -2957,7 +2957,7 @@ class X509 * * @param PrivateKey $key * @throws \phpseclib3\Exception\UnsupportedAlgorithmException if the algorithm is unsupported - * @return string + * @return array */ private static function identifySignatureAlgorithm(PrivateKey $key) {