From a571e2262b4316183868a8811d3a7ea774fd14c9 Mon Sep 17 00:00:00 2001 From: Ilya Bulakh Date: Mon, 4 Jun 2018 16:32:02 +0300 Subject: [PATCH] Update CryptTrait.php --- src/CryptTrait.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CryptTrait.php b/src/CryptTrait.php index c9a6d7a6..07ca0044 100644 --- a/src/CryptTrait.php +++ b/src/CryptTrait.php @@ -1,6 +1,6 @@ * @copyright Copyright (c) Alex Bilbie @@ -22,7 +22,7 @@ trait CryptTrait protected $encryptionKey; /** - * Encrypt data with a private key. + * Encrypt data with encryptionKey. * * @param string $unencryptedData * @@ -44,7 +44,7 @@ trait CryptTrait } /** - * Decrypt data with a public key. + * Decrypt data with encryptionKey. * * @param string $encryptedData *