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 {