diff options
Diffstat (limited to 'lib/private/AppConfig.php')
-rw-r--r-- | lib/private/AppConfig.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/AppConfig.php b/lib/private/AppConfig.php index 325220823b8..04e76373466 100644 --- a/lib/private/AppConfig.php +++ b/lib/private/AppConfig.php @@ -42,7 +42,6 @@ use OCP\IConfig; * database. */ class AppConfig implements IAppConfig { - /** @var array[] */ protected $sensitiveValues = [ 'circles' => [ @@ -285,7 +284,6 @@ class AppConfig implements IAppConfig { * > Large objects (LOBs) are not supported in comparison conditions. */ if (!($this->conn instanceof OracleConnection)) { - /* * Only update the value when it is not the same * Note that NULL requires some special handling. Since comparing |