Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Encryption/IFile.php')
-rw-r--r--lib/public/Encryption/IFile.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Encryption/IFile.php b/lib/public/Encryption/IFile.php
index f1da8f516b4..e01c7ec4cac 100644
--- a/lib/public/Encryption/IFile.php
+++ b/lib/public/Encryption/IFile.php
@@ -40,5 +40,4 @@ interface IFile {
* @since 8.1.0
*/
public function getAccessList($path);
-
}