Merge pull request #48851 from nextcloud/artonge/fix/uid_type

Fix $uid type in Encryption stream
refactor/apps/declare-strict-types
Louis 2024-10-23 14:13:33 +07:00 committed by GitHub
commit b0197c5dfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;