Skip to content

Commit bae8008

Browse files
committed
fix for php 8.2
1 parent 210803a commit bae8008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

StreamWrapper/src/ReadOnlyStream.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class ReadOnlyStream extends Stream
1818
/** @var ResourceLocatorInterface */
1919
protected static $locator;
2020

21+
public $context;
22+
2123
/**
2224
* @param string $uri
2325
* @param string $mode

0 commit comments

Comments
 (0)