diff --git a/src/CryptTrait.php b/src/CryptTrait.php index c9a6d7a6..672c7e2e 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 *