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 22:49:55 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-04 22:49:55 +0400
commitf80b8b97d43f4821251bbf8b8d5c38ceceb301b5 (patch)
tree6146c9aa5b4bca677596f3054b62cb5610b018f5 /core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php
parentd3a3388c0513ef5df64392d5ec1b17a9f5f860ca (diff)
fixes #2256 - missing data type in phpdocs, e.g., @param $name
git-svn-id: http://dev.piwik.org/svn/trunk@4311 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php')
-rw-r--r--core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php b/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php
index c7f027197d..ec592234d7 100644
--- a/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php
+++ b/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php
@@ -39,9 +39,9 @@ class Piwik_DataTable_Filter_AddColumnsProcessedMetricsGoal extends Piwik_DataTa
* - nb conversions
* - revenue per visit
*
- * @param $table
- * @param $enable should be true (automatically set to true when filter_update_columns_when_show_all_goals is found in the API request)
- * @param $processOnlyIdGoal Defines what metrics to add (don't process metrics when you don't display them)
+ * @param Piwik_DataTable $table
+ * @param bool $enable should be true (automatically set to true when filter_update_columns_when_show_all_goals is found in the API request)
+ * @param bool $processOnlyIdGoal Defines what metrics to add (don't process metrics when you don't display them)
* If self::GOALS_FULL_TABLE, all Goal metrics (and per goal metrics) will be processed
* If self::GOALS_OVERVIEW, only the main goal metrics will be added
* If an int > 0, then will process only metrics for this specific Goal