diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-03 15:55:20 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-03 15:55:20 -0400 |
commit | d7c0fabcb79fd72993cd00fe00d49bc5656bc204 (patch) | |
tree | 5ca0fe4a53a8552a41e33b8141e1eb8ea4d97b31 /app/Core/ObjectStorage/ObjectStorageInterface.php | |
parent | aeab662d65cdadc044b89c332591b1f1d5b90823 (diff) |
Add unit test for FileStorage
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); |