Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Memcache/Factory.php')
-rw-r--r--lib/private/Memcache/Factory.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/Memcache/Factory.php b/lib/private/Memcache/Factory.php
index 675c1088dee..0e6552ba436 100644
--- a/lib/private/Memcache/Factory.php
+++ b/lib/private/Memcache/Factory.php
@@ -71,8 +71,7 @@ class Factory implements ICacheFactory {
* @param string|null $lockingCacheClass
*/
public function __construct(string $globalPrefix, ILogger $logger,
- $localCacheClass = null, $distributedCacheClass = null, $lockingCacheClass = null)
- {
+ $localCacheClass = null, $distributedCacheClass = null, $lockingCacheClass = null) {
$this->logger = $logger;
$this->globalPrefix = $globalPrefix;