installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
15
wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php
vendored
Normal file
15
wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Aws;
|
||||
|
||||
use 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