Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/vendor-1/ezimuel/guzzlestreams/src/
Upload File :
Current File : /home/dev2.destoffenstraat.com/vendor-1/ezimuel/guzzlestreams/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 {}