Files
newwalls.pl/modules/ps_accounts/vendor/guzzlehttp/streams/src/MetadataStreamInterface.php
2024-12-17 13:43:22 +01:00

12 lines
283 B
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 {}