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 81ca453 commit 39c6986Copy full SHA for 39c6986
ReadableStream.php
@@ -6,7 +6,7 @@
6
7
class ReadableStream extends EventEmitter implements ReadableStreamInterface
8
{
9
- public $closed = false;
+ protected $closed = false;
10
11
public function isReadable()
12
WritableStream.php
class WritableStream extends EventEmitter implements WritableStreamInterface
public function write($data)
0 commit comments