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-07-22 00:05:34 +0400
committersgiehl <stefan@piwik.org>2013-07-22 00:05:34 +0400
commit90411ce70157f60577fd0c13a7a19158e7cfdd8f (patch)
treef491af57a27e5c7a160f58c8c1b8e2e06cdf7037 /plugins/ExampleUI
parente5320cf28fd77ec3c87fe320820b810a294b6de8 (diff)
fixed some doc blocks
Diffstat (limited to 'plugins/ExampleUI')
-rw-r--r--plugins/ExampleUI/API.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ExampleUI/API.php b/plugins/ExampleUI/API.php
index 697844a589..ba35d253a4 100644
--- a/plugins/ExampleUI/API.php
+++ b/plugins/ExampleUI/API.php
@@ -21,6 +21,9 @@ class Piwik_ExampleUI_API
{
static private $instance = null;
+ /**
+ * @return Piwik_ExampleUI_API
+ */
static public function getInstance()
{
if (self::$instance == null) {