Skip to content

Commit 7403a9c

Browse files
committed
wip
1 parent 3606930 commit 7403a9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Support/ClosureStream.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ class ClosureStream
2323
*/
2424
protected $content;
2525

26+
/**
27+
* The stream context.
28+
*
29+
* @var string
30+
*/
31+
protected $context;
32+
2633
/**
2734
* The stream content.
2835
*

0 commit comments

Comments
 (0)