installed plugin Infinite Uploads
version 2.0.8
This commit is contained in:
14
wp-content/plugins/infinite-uploads/vendor/Aws3/Aws/ResponseContainerInterface.php
vendored
Normal file
14
wp-content/plugins/infinite-uploads/vendor/Aws3/Aws/ResponseContainerInterface.php
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace UglyRobot\Infinite_Uploads\Aws;
|
||||
|
||||
use UglyRobot\Infinite_Uploads\Psr\Http\Message\ResponseInterface;
|
||||
interface ResponseContainerInterface
|
||||
{
|
||||
/**
|
||||
* Get the received HTTP response if any.
|
||||
*
|
||||
* @return ResponseInterface|null
|
||||
*/
|
||||
public function getResponse();
|
||||
}
|
Reference in New Issue
Block a user