diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 14:04:56 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 14:04:56 +0200 |
commit | 36b3bc8148648eaadcc3769b1624fe1dd4c8bf93 (patch) | |
tree | a9f8cda485a75c2e1b9afd559beeb3ded4456942 /lib/private/Session/CryptoSessionData.php | |
parent | 66b743385e3e8cadb6d848cf64e1d86da2fd81b3 (diff) | |
download | nextcloud-server-36b3bc8148648eaadcc3769b1624fe1dd4c8bf93.tar.gz nextcloud-server-36b3bc8148648eaadcc3769b1624fe1dd4c8bf93.zip |
Use php keywords in lowercase
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Session/CryptoSessionData.php')
-rw-r--r-- | lib/private/Session/CryptoSessionData.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Session/CryptoSessionData.php b/lib/private/Session/CryptoSessionData.php index a0178c7eea2..da9bf950ba2 100644 --- a/lib/private/Session/CryptoSessionData.php +++ b/lib/private/Session/CryptoSessionData.php @@ -50,7 +50,7 @@ class CryptoSessionData implements \ArrayAccess, ISession { protected $sessionValues; /** @var bool */ protected $isModified = false; - CONST encryptedSessionName = 'encrypted_session_data'; + const encryptedSessionName = 'encrypted_session_data'; /** * @param ISession $session |