From 0d0151a3e1fff5d98f2c764a90e7ebf4f98ae729 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Wed, 17 Feb 2016 13:21:07 +0000 Subject: Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- lib/private/memcache/factory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/memcache') diff --git a/lib/private/memcache/factory.php b/lib/private/memcache/factory.php index 21149d8b6bf..204ded7d5ab 100644 --- a/lib/private/memcache/factory.php +++ b/lib/private/memcache/factory.php @@ -172,7 +172,7 @@ class Factory implements ICacheFactory { /** * @see \OC\Memcache\Factory::createLocal() * @param string $prefix - * @return \OC\Memcache\Cache|null + * @return Cache */ public function createLowLatency($prefix = '') { return $this->createLocal($prefix); -- cgit v1.2.3