mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Fix psalm issue in Encryption stream
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
ea674e1ec8
commit
9722bb5c54
1 changed files with 1 additions and 1 deletions
|
|
@ -524,7 +524,7 @@ class Encryption extends Wrapper {
|
|||
/**
|
||||
* write header at beginning of encrypted file
|
||||
*
|
||||
* @return integer
|
||||
* @return int|false
|
||||
* @throws EncryptionHeaderKeyExistsException if header key is already in use
|
||||
*/
|
||||
protected function writeHeader() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue