Skip to content

Commit 6c24f32

Browse files
committed
feat: add public $context
1 parent 33d61c2 commit 6c24f32

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

system/Test/PhpStreamWrapper.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
*/
2323
final class PhpStreamWrapper
2424
{
25+
/**
26+
* @var resource|null The current context.
27+
*
28+
* See https://www.php.net/manual/en/class.streamwrapper.php#streamwrapper.props.context
29+
*/
30+
public $context;
31+
2532
private static string $content = '';
2633
private int $position = 0;
2734

0 commit comments

Comments
 (0)