summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php')
-rw-r--r--apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php b/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php
deleted file mode 100644
index 245328c1b3a..00000000000
--- a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Common/ToArrayInterface.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-namespace Guzzle\Common;
-
-/**
- * An object that can be represented as an array
- */
-interface ToArrayInterface
-{
- /**
- * Get the array representation of an object
- *
- * @return array
- */
- public function toArray();
-}