mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #48851 from nextcloud/artonge/fix/uid_type
Fix $uid type in Encryption stream
This commit is contained in:
commit
b0197c5dfc
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