diff options
Diffstat (limited to 'app/Core/ObjectStorage/ObjectStorageInterface.php')
-rw-r--r-- | app/Core/ObjectStorage/ObjectStorageInterface.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Core/ObjectStorage/ObjectStorageInterface.php b/app/Core/ObjectStorage/ObjectStorageInterface.php index 180bdf86..48444d2d 100644 --- a/app/Core/ObjectStorage/ObjectStorageInterface.php +++ b/app/Core/ObjectStorage/ObjectStorageInterface.php @@ -25,7 +25,6 @@ interface ObjectStorageInterface * @access public * @param string $key * @param string $blob - * @return string */ public function put($key, &$blob); |