diff options
Diffstat (limited to 'apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/RequestSerializerInterface.php')
-rw-r--r-- | apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/RequestSerializerInterface.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/RequestSerializerInterface.php b/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/RequestSerializerInterface.php deleted file mode 100644 index 60b9334d450..00000000000 --- a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/RequestSerializerInterface.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -namespace Guzzle\Service\Command; - -use Guzzle\Http\Message\RequestInterface; -use Guzzle\Service\Command\CommandInterface; - -/** - * Translates command options and operation parameters into a request object - */ -interface RequestSerializerInterface -{ - /** - * Create a request for a command - * - * @param CommandInterface $command Command that will own the request - * - * @return RequestInterface - */ - public function prepare(CommandInterface $command); -} |