mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
fix: $uid type in Encryption stream
As explained by the comment. Signed-off-by: Louis <louis@chmn.me> Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
74cd6e295a
commit
5f69d8d891
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class Encryption extends Wrapper {
|
|||
/**
|
||||
* user who perform the read/write operation null for public access
|
||||
*/
|
||||
protected string $uid;
|
||||
protected ?string $uid;
|
||||
protected bool $readOnly;
|
||||
protected bool $writeFlag;
|
||||
protected array $expectedContextProperties;
|
||||
|
|
|
|||
Loading…
Reference in a new issue