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:
authormattab <matthieu.aubry@gmail.com>2013-04-04 06:10:48 +0400
committermattab <matthieu.aubry@gmail.com>2013-04-04 06:10:48 +0400
commit6f4184081e0c4219f25c8c2869fc201ef2d6c118 (patch)
treeb810af585832b6a8fb03d298b7da8e0caef0415a /plugins/MobileMessaging
parent405bf2dd06f7bad8dee754c707e5482ab2a3fd7d (diff)
Cleaning up the API output by removing some functions from display with @ignore tag
Diffstat (limited to 'plugins/MobileMessaging')
-rw-r--r--plugins/MobileMessaging/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MobileMessaging/API.php b/plugins/MobileMessaging/API.php
index ae80979245..1d1c591bbf 100644
--- a/plugins/MobileMessaging/API.php
+++ b/plugins/MobileMessaging/API.php
@@ -145,8 +145,8 @@ class Piwik_MobileMessaging_API
/**
* sanitize phone number
*
+ * @ignore
* @param string $phoneNumber
- *
* @return string sanitized phone number
*/
public static function sanitizePhoneNumber($phoneNumber)