Merge pull request #47511 from nextcloud/artonge/chore/is_encrypted_description

chore: Improve `FileInfo::isEncrypted` description
pull/40796/head^2
Louis 2024-08-28 10:35:09 +07:00 committed by GitHub
commit c30c9d4158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

@ -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