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 23:19:46 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-04 23:19:46 +0400
commit8aada9ac6d4632197c70515ad3d7b2067383eb92 (patch)
tree4dbc72a77134d8530824aafd741901b4e21f8a87 /plugins/AnonymizeIP/AnonymizeIP.php
parentf80b8b97d43f4821251bbf8b8d5c38ceceb301b5 (diff)
refs #2256 - more invalid tags
git-svn-id: http://dev.piwik.org/svn/trunk@4312 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/AnonymizeIP/AnonymizeIP.php')
-rw-r--r--plugins/AnonymizeIP/AnonymizeIP.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AnonymizeIP/AnonymizeIP.php b/plugins/AnonymizeIP/AnonymizeIP.php
index ccabbc0d05..93ba207ece 100644
--- a/plugins/AnonymizeIP/AnonymizeIP.php
+++ b/plugins/AnonymizeIP/AnonymizeIP.php
@@ -44,8 +44,8 @@ class Piwik_AnonymizeIP extends Piwik_Plugin
/**
* Internal function to mask portions of the visitor IP address
*
- * @param $ip Unsigned long representation of IP address
- * @param $maskLength Number of octets to reset
+ * @param string $ip Unsigned long representation of IP address
+ * @param int $maskLength Number of octets to reset
*/
static public function applyIPMask($ip, $maskLength)
{