chore: Improve isEncrypted description

Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau 2024-08-27 10:52:35 +02:00
parent 1a9ded4b42
commit e3924d3173
No known key found for this signature in database

View 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