mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #47511 from nextcloud/artonge/chore/is_encrypted_description
chore: Improve `FileInfo::isEncrypted` description
This commit is contained in:
commit
c30c9d4158
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue