mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Merge pull request #48851 from nextcloud/artonge/fix/uid_type
Fix $uid type in Encryption stream
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user