From 2a505f34ebd4b2e77d17cfe15fff2781de19f30e Mon Sep 17 00:00:00 2001 From: Vladimir Ilimurzin Date: Thu, 20 Feb 2025 20:21:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B8=D0=B3=D0=BD=D0=B0=D1=82=D1=83?= =?UTF-8?q?=D1=80=D0=B0=20CPRawSignature::SignHash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CPRawSignature.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CPRawSignature.php b/src/CPRawSignature.php index a7f17d4..0da932f 100644 --- a/src/CPRawSignature.php +++ b/src/CPRawSignature.php @@ -7,6 +7,6 @@ class CPRawSignature public function VerifyHash(){} - public function SignHash(){} + public function SignHash(\CPHashedData $hashedData, \CPCertificate $certificate): string {} }