mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #47729 from nextcloud/artonge/backport/stable30/47511
[stable30] chore: Improve isEncrypted description
This commit is contained in:
commit
8914668427
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