From 5f69d8d8919ab09539e24b5ea92c81f3ccced4a9 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 23 Oct 2024 13:19:05 +0200 Subject: fix: $uid type in Encryption stream As explained by the comment. Signed-off-by: Louis Signed-off-by: Louis Chemineau --- lib/private/Files/Stream/Encryption.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/Files/Stream/Encryption.php') diff --git a/lib/private/Files/Stream/Encryption.php b/lib/private/Files/Stream/Encryption.php index 10df9ae98e2..0d55385820c 100644 --- a/lib/private/Files/Stream/Encryption.php +++ b/lib/private/Files/Stream/Encryption.php @@ -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; -- cgit v1.2.3