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-12 19:24:28 +0400
committersgiehl <stefan@piwik.org>2013-07-12 19:24:28 +0400
commit91ea06716a7ba1250099686c2cdb824da526de56 (patch)
treede107269d0562a895429cbdd0f571c9fc7296216 /plugins/MobileMessaging
parent73b20945c89c2c9c15873d4a853dc6c4542134f5 (diff)
fixed/added some missing doc blocks
Diffstat (limited to 'plugins/MobileMessaging')
-rw-r--r--plugins/MobileMessaging/MobileMessaging.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/plugins/MobileMessaging/MobileMessaging.php b/plugins/MobileMessaging/MobileMessaging.php
index 6cc34fe5c4..833b674967 100644
--- a/plugins/MobileMessaging/MobileMessaging.php
+++ b/plugins/MobileMessaging/MobileMessaging.php
@@ -53,11 +53,7 @@ class Piwik_MobileMessaging extends Piwik_Plugin
);
/**
- * Return information about this plugin.
- *
- * @see Piwik_Plugin
- *
- * @return array
+ * @see Piwik_Plugin::getInformation
*/
public function getInformation()
{
@@ -73,7 +69,10 @@ class Piwik_MobileMessaging extends Piwik_Plugin
);
}
- function getListHooksRegistered()
+ /**
+ * @see Piwik_Plugin::getListHooksRegistered
+ */
+ public function getListHooksRegistered()
{
return array(
'AdminMenu.add' => 'addMenu',