From 4802fb9a16dd99efd1b1c851909c29345a5a545b Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Mon, 24 Oct 2022 17:54:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B4=D0=BE=D0=BA=D0=B1=D0=BB=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CPHashedData.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CPHashedData.php b/src/CPHashedData.php index 95c9053..058210d 100644 --- a/src/CPHashedData.php +++ b/src/CPHashedData.php @@ -9,10 +9,10 @@ * @link https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_interface/icphasheddata2 * @link https://learn.microsoft.com/windows/win32/seccrypto/hasheddata * - * @param-read $Algorithm - * @param-read $Value - * @param-read $DataEncoding - * @param-read $Key + * @property-read $Algorithm + * @property-read $Value + * @property-read $DataEncoding + * @property-read $Key */ class CPHashedData {