chore: Improve isEncrypted description

Signed-off-by: Louis Chemineau <louis@chmn.me>
pull/47511/head
Louis Chemineau 3 months ago
parent ead3f66379
commit 675c7fab78
No known key found for this signature in database
  1. 4
      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

Loading…
Cancel
Save