From ec1d529e138d58522e231245ed62671cdc87628a Mon Sep 17 00:00:00 2001 From: Geoffrey <11151445+g3offrey@users.noreply.github.com> Date: Wed, 6 Oct 2021 14:07:23 +0200 Subject: [PATCH] fix: PSR issues on OpenSSL at master --- src/Appwrite/OpenSSL/OpenSSL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/OpenSSL/OpenSSL.php b/src/Appwrite/OpenSSL/OpenSSL.php index aa641ec83..1965a3c85 100644 --- a/src/Appwrite/OpenSSL/OpenSSL.php +++ b/src/Appwrite/OpenSSL/OpenSSL.php @@ -4,7 +4,7 @@ namespace Appwrite\OpenSSL; class OpenSSL { - const CIPHER_AES_128_GCM = 'aes-128-gcm'; + public const CIPHER_AES_128_GCM = 'aes-128-gcm'; /** * @param $data