Skip to content

Commit

Permalink
Fix psalm issue in Encryption stream
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Petry <[email protected]>
  • Loading branch information
PVince81 committed Oct 8, 2021
1 parent ea674e1 commit 9722bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Files/Stream/Encryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ protected function readCache() {
/**
* write header at beginning of encrypted file
*
* @return integer
* @return int|false
* @throws EncryptionHeaderKeyExistsException if header key is already in use
*/
protected function writeHeader() {
Expand Down

0 comments on commit 9722bb5

Please sign in to comment.