Skip to content

Commit 603239c

Browse files
authored
Merge pull request #6735 from kenjis/fix-PhpStreamWrapper-context
fix: add missing property $context in PhpStreamWrapper
2 parents d217510 + d9f0abf commit 603239c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

system/Test/PhpStreamWrapper.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
*/
2121
final class PhpStreamWrapper
2222
{
23+
/**
24+
* @var resource|null
25+
*/
26+
public $context;
27+
2328
private static string $content = '';
2429
private int $position = 0;
2530

0 commit comments

Comments
 (0)