mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #2000 from g3offrey/fix-1962-psr-issue-on-openssl-master
fix: PSR issues on OpenSSL at master
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user