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:
Louis 2024-10-23 13:19:05 +02:00 committed by Louis Chemineau
parent 74cd6e295a
commit 5f69d8d891
No known key found for this signature in database

View file

@ -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;