diff options
Diffstat (limited to 'lib/public/Encryption/IManager.php')
-rw-r--r-- | lib/public/Encryption/IManager.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Encryption/IManager.php b/lib/public/Encryption/IManager.php index 1a745716209..f55fd9a50fd 100644 --- a/lib/public/Encryption/IManager.php +++ b/lib/public/Encryption/IManager.php @@ -33,7 +33,6 @@ use OC\Encryption\Exceptions\ModuleDoesNotExistsException; * @since 8.1.0 */ interface IManager { - /** * Check if encryption is available (at least one encryption module needs to be enabled) * |