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 3214f56 commit 27f8cdbCopy full SHA for 27f8cdb
1 file changed
StreamInterface.php
@@ -4,6 +4,9 @@
4
5
use Evenement\EventEmitterInterface;
6
7
+// This class exists because ReadableStreamInterface and WritableStreamInterface
8
+// both need close methods.
9
+// In PHP <= 5.3.8 a class can not implement 2 interfaces with coincidental matching methods
10
interface StreamInterface extends EventEmitterInterface
11
{
12
public function close();
0 commit comments