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:
authordiosmosis <benaka@piwik.pro>2015-03-10 16:11:20 +0300
committerdiosmosis <benaka@piwik.pro>2015-03-10 16:11:20 +0300
commitc54b3b7738f9e8113b3c0d86229420b076bc8494 (patch)
treeb172cbba20c946c6673ccd832e20eccad98b66fe /core/DbHelper.php
parent79f9b8b98368539839741ae5d7bd68733de3468e (diff)
More refactoring to Updates.php base & Columns\Updater, make Updates.php methods instance methods, create Update instances via DI, make Columns\Updater use instance methods instead of static, and add integration test for Columns\Updater.
Diffstat (limited to 'core/DbHelper.php')
-rw-r--r--core/DbHelper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DbHelper.php b/core/DbHelper.php
index 0c5ed79059..fdc1597cf6 100644
--- a/core/DbHelper.php
+++ b/core/DbHelper.php
@@ -166,7 +166,7 @@ class DbHelper
/**
* Get the SQL to create a specific Piwik table
*
- * @param string $tableName
+ * @param string $tableName Unprefixed table name.
* @return string SQL
*/
public static function getTableCreateSql($tableName)