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>
pull/48851/head
Louis 2 years ago committed by Louis Chemineau
parent 74cd6e295a
commit 5f69d8d891
No known key found for this signature in database
  1. 2
      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;

Loading…
Cancel
Save