1<?php
2namespace GuzzleHttp\Stream;
3
4/**
5 * This interface is deprecated and should no longer be used. Just use
6 * StreamInterface now that the getMetadata method has been added to
7 * StreamInterface.
8 *
9 * @deprecated
10 */
11interface MetadataStreamInterface extends StreamInterface {}
12