From 675c7fab788b15d7a9ad65810c182f05f209a448 Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Tue, 27 Aug 2024 10:52:35 +0200 Subject: [PATCH] chore: Improve isEncrypted description Signed-off-by: Louis Chemineau --- lib/public/Files/FileInfo.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/public/Files/FileInfo.php b/lib/public/Files/FileInfo.php index 468013ac271..f9957f580e8 100644 --- a/lib/public/Files/FileInfo.php +++ b/lib/public/Files/FileInfo.php @@ -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