Skip to content

Commit

Permalink
Fix $uid type in Encryption stream
Browse files Browse the repository at this point in the history
As explained by the comment.

Signed-off-by: Louis <[email protected]>
  • Loading branch information
artonge authored Oct 23, 2024
1 parent 74cd6e2 commit 67607b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Files/Stream/Encryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 67607b0

Please sign in to comment.