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

chore: Improve `FileInfo::isEncrypted` description
This commit is contained in:
Louis 2024-08-28 10:35:09 +02:00 committed by GitHub
commit c30c9d4158
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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