/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/react/stream/src
NameSizeModeActions
CompositeStream.php18960644editdlrm
DuplexResourceStream.php75570644editdlrm
DuplexStreamInterface.php17440644editdlrm
ReadableResourceStream.php61080644editdlrm
ReadableStreamInterface.php142690644editdlrm
ThroughStream.php52720644editdlrm
Util.php22850644editdlrm
WritableResourceStream.php56280644editdlrm
WritableStreamInterface.php147780644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/react/stream/src/DuplexStreamInterface.php (1744B)
Note that higher-level implementations of this interface may choose to * define additional events with dedicated semantics not defined as part of * this low-level stream specification. Conformance with these event semantics * is out of scope for this interface, so you may also have to refer to the * documentation of such a higher-level implementation. * * @see ReadableStreamInterface * @see WritableStreamInterface */ interface DuplexStreamInterface extends ReadableStreamInterface, WritableStreamInterface { }