From 1af30e9bf03ab190bf9259fba6b60b22d19b7efb Mon Sep 17 00:00:00 2001 From: addshore Date: Thu, 23 Jun 2016 10:57:48 +0100 Subject: [PATCH] Fix phpdoc of User::isIP Change-Id: I0990e91ca70cb6fab7e7023917d6eb0d6fd2ff31 --- includes/user/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/user/User.php b/includes/user/User.php index cc4c6d0c97..40b5b4008d 100644 --- a/includes/user/User.php +++ b/includes/user/User.php @@ -806,7 +806,7 @@ class User implements IDBAccessObject { } /** - * Does the string match an anonymous IPv4 address? + * Does the string match an anonymous IP address? * * This function exists for username validation, in order to reject * usernames which are similar in form to IP addresses. Strings such -- 2.20.1