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:
authorsgiehl <stefan@piwik.org>2013-08-10 02:05:26 +0400
committersgiehl <stefan@piwik.org>2013-08-10 02:05:26 +0400
commit29d5ceaccb15b80f7ad6abea63b6eb7890afeb77 (patch)
tree9065e3958264054cb87d2e4bf2f3637d77851fd0 /plugins/CoreVisualizations/JqplotDataGenerator.php
parent09375dd536caeda01eb9305cddc0f49e1907ff54 (diff)
fixed some namespaces & doc blocks
Diffstat (limited to 'plugins/CoreVisualizations/JqplotDataGenerator.php')
-rw-r--r--plugins/CoreVisualizations/JqplotDataGenerator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreVisualizations/JqplotDataGenerator.php b/plugins/CoreVisualizations/JqplotDataGenerator.php
index 6e9d707224..3cf09c8581 100644
--- a/plugins/CoreVisualizations/JqplotDataGenerator.php
+++ b/plugins/CoreVisualizations/JqplotDataGenerator.php
@@ -46,7 +46,7 @@ class JqplotDataGenerator
* @param string $type 'pie', 'bar', or 'evolution'
* @param array $properties The view properties.
* @throws \Exception
- * @return \Piwik\JqplotDataGenerator
+ * @return JqplotDataGenerator
*/
public static function factory($type, $properties)
{