Skip to content

Commit 8c4e2b5

Browse files
committed
chore: Apply rector:strict ruleset
So that CI is green again. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 6dbed4c commit 8c4e2b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Files/Storage/Wrapper/Wrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
use Psr\Log\LoggerInterface;
2828

2929
class Wrapper implements Storage, ILockingStorage, IWriteStreamStorage {
30-
protected ?IStorage $storage = null;
30+
protected ?IStorage $storage;
3131

3232
public ?ICache $cache = null;
3333

0 commit comments

Comments
 (0)