1<?php2namespaceGuzzleHttp\Stream;
34/**5 * This interface is deprecated and should no longer be used. Just use6 * StreamInterface now that the getMetadata method has been added to7 * StreamInterface.8 *9 * @deprecated10 */11interfaceMetadataStreamInterfaceextendsStreamInterface {}
12