We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7403a9c commit 67c8f72Copy full SHA for 67c8f72
src/Support/ClosureStream.php
@@ -23,13 +23,6 @@ class ClosureStream
23
*/
24
protected $content;
25
26
- /**
27
- * The stream context.
28
- *
29
- * @var string
30
- */
31
- protected $context;
32
-
33
/**
34
* The stream content.
35
*
@@ -44,6 +37,13 @@ class ClosureStream
44
37
45
38
protected $pointer = 0;
46
39
40
+ /**
41
+ * The stream context.
42
+ *
43
+ * @var string
+ */
+ public $context;
+
47
48
* Opens file or URL.
49
0 commit comments