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:
authorThomas Steur <thomas.steur@googlemail.com>2014-12-22 02:50:57 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-12-22 02:50:57 +0300
commit15dbbdfb9f5ffb2877abc30634f56820740129da (patch)
tree2f401e998feffc9d0319e83cefe8d10b4d1aeeec /core/Archive.php
parent6c4266d301fe32f36174bba3a0c0cfdeb018ad9f (diff)
added an integration test to make sure the archiver report invalidation works as expected
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 208d6dfdce..dcc14b7ad0 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -162,7 +162,7 @@ class Archive
private $params;
/**
- * \Piwik\Cache\Cache
+ * @var \Piwik\Cache\Cache
*/
private static $cache;