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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/DeviceDetectorCache.php')
-rw-r--r--core/DeviceDetectorCache.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/DeviceDetectorCache.php b/core/DeviceDetectorCache.php
index 70a6f68bb7..2c637aa95e 100644
--- a/core/DeviceDetectorCache.php
+++ b/core/DeviceDetectorCache.php
@@ -41,7 +41,6 @@ class DeviceDetectorCache extends CacheFile implements \DeviceDetector\Cache\Cac
return parent::get($id);
}
-
/**
* A function to store content a cache entry.
*