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:
authorrobocoder <anthon.pang@gmail.com>2011-04-04 23:19:46 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-04 23:19:46 +0400
commit8aada9ac6d4632197c70515ad3d7b2067383eb92 (patch)
tree4dbc72a77134d8530824aafd741901b4e21f8a87 /plugins/CustomVariables
parentf80b8b97d43f4821251bbf8b8d5c38ceceb301b5 (diff)
refs #2256 - more invalid tags
git-svn-id: http://dev.piwik.org/svn/trunk@4312 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/CustomVariables')
-rw-r--r--plugins/CustomVariables/CustomVariables.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CustomVariables/CustomVariables.php b/plugins/CustomVariables/CustomVariables.php
index 72be335e1c..e7fd487510 100644
--- a/plugins/CustomVariables/CustomVariables.php
+++ b/plugins/CustomVariables/CustomVariables.php
@@ -119,7 +119,7 @@ class Piwik_CustomVariables extends Piwik_Plugin
/**
* Hooks on daily archive to trigger various log processing
*
- * @param $notification
+ * @param Piwik_Event_Notification $notification
* @return void
*/
public function archiveDay( $notification )
@@ -140,7 +140,7 @@ class Piwik_CustomVariables extends Piwik_Plugin
}
/**
- * @param $archiveProcessing
+ * @param Piwik_ArchiveProcessing $archiveProcessing
* @return void
*/
protected function archiveDayAggregate(Piwik_ArchiveProcessing $archiveProcessing)
@@ -181,7 +181,7 @@ class Piwik_CustomVariables extends Piwik_Plugin
}
/**
- * @param $archiveProcessing
+ * @param Piwik_ArchiveProcessing $archiveProcessing
* @return void
*/
protected function archiveDayRecordInDatabase($archiveProcessing)