From d7c0fabcb79fd72993cd00fe00d49bc5656bc204 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 3 Oct 2015 15:55:20 -0400 Subject: Add unit test for FileStorage --- app/Core/ObjectStorage/ObjectStorageInterface.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Core/ObjectStorage/ObjectStorageInterface.php') 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); -- cgit v1.2.3