Skip to content

Commit 67c8f72

Browse files
committed
wip
1 parent 7403a9c commit 67c8f72

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Support/ClosureStream.php

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

26-
/**
27-
* The stream context.
28-
*
29-
* @var string
30-
*/
31-
protected $context;
32-
3326
/**
3427
* The stream content.
3528
*
@@ -44,6 +37,13 @@ class ClosureStream
4437
*/
4538
protected $pointer = 0;
4639

40+
/**
41+
* The stream context.
42+
*
43+
* @var string
44+
*/
45+
public $context;
46+
4747
/**
4848
* Opens file or URL.
4949
*

0 commit comments

Comments
 (0)