Merge pull request #47729 from nextcloud/artonge/backport/stable30/47511

[stable30] chore: Improve isEncrypted description
This commit is contained in:
Andy Scherzinger 2024-09-04 10:54:32 +02:00 committed by GitHub
commit 8914668427
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