Your IP : 216.73.216.95


Current Path : /var/www/storage2/vendor/guzzlehttp/streams/src/
Upload File :
Current File : /var/www/storage2/vendor/guzzlehttp/streams/src/MetadataStreamInterface.php

<?php
namespace GuzzleHttp\Stream;

/**
 * This interface is deprecated and should no longer be used. Just use
 * StreamInterface now that the getMetadata method has been added to
 * StreamInterface.
 *
 * @deprecated
 */
interface MetadataStreamInterface extends StreamInterface {}