first commit
This commit is contained in:
11
modules/ps_accounts/vendor/guzzlehttp/streams/src/MetadataStreamInterface.php
vendored
Normal file
11
modules/ps_accounts/vendor/guzzlehttp/streams/src/MetadataStreamInterface.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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 {}
|
||||
Reference in New Issue
Block a user