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>2009-08-02 22:50:28 +0400
committerrobocoder <anthon.pang@gmail.com>2009-08-02 22:50:28 +0400
commit788cfb83b6c1b37fa35b8daca735ad0041bd827c (patch)
tree4263e020b7c07df4d15b11ccb97d91c3854f73fb /core/Updater.php
parent56e9d0ab79e1371367ecdac11548bed4f3029f8d (diff)
refs #894 - update comments
git-svn-id: http://dev.piwik.org/svn/trunk@1356 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Updater.php')
-rw-r--r--core/Updater.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Updater.php b/core/Updater.php
index d7661e6885..b7c7180f45 100644
--- a/core/Updater.php
+++ b/core/Updater.php
@@ -57,7 +57,7 @@ class Piwik_Updater
/**
* Returns a list of components (core | plugin) that need to run through the upgrade process.
*
- * @return array( componentName => array( updateFile1, [...]), [...])
+ * @return array( componentName => array( file1 => version1, [...]), [...])
*/
public function getComponentsWithUpdateFile()
{
@@ -106,7 +106,7 @@ class Piwik_Updater
}
/**
- * @return array array( componentName => array( file1 => version1, [...]), [...])
+ * @return array( componentName => array( file1 => version1, [...]), [...])
*/
private function loadComponentsWithUpdateFile()
{