]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore: Improve isEncrypted description 47511/head
authorLouis Chemineau <louis@chmn.me>
Tue, 27 Aug 2024 08:52:35 +0000 (10:52 +0200)
committerLouis Chemineau <louis@chmn.me>
Tue, 27 Aug 2024 08:52:35 +0000 (10:52 +0200)
Signed-off-by: Louis Chemineau <louis@chmn.me>
lib/public/Files/FileInfo.php

index 468013ac271acd46d1a70a472a10241ed0d6f6b6..f9957f580e8e8731e9178d477fd7c371c477f1b9 100644 (file)
@@ -133,7 +133,9 @@ interface FileInfo {
        public function getId();
 
        /**
-        * Check whether the file is encrypted
+        * Check whether the node is encrypted.
+        * If it is a file, then it is server side encrypted.
+        * If it is a folder, then it is end-to-end encrypted.
         *
         * @return bool
         * @since 7.0.0