From 977c8103024734daed49acd40499883bf419ff0d Mon Sep 17 00:00:00 2001 From: umherirrender Date: Wed, 14 Oct 2015 09:46:44 +0200 Subject: Remove empty line comments Remove empty line comments as found by the MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.EmptyComment sniff Change-Id: I5d694f7a7d3bc97e16300ba03c60ad17f3c912a5 --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/User.php') diff --git a/includes/User.php b/includes/User.php index 75649a788144..5017685a3210 100644 --- a/includes/User.php +++ b/includes/User.php @@ -5209,7 +5209,7 @@ class User implements IDBAccessObject { # Note that the pattern requirement will always be satisfied if the # input is empty, so we need required in all cases. - # + # @todo FIXME: Bug 23769: This needs to not claim the password is required # if e-mail confirmation is being used. Since HTML5 input validation # is b0rked anyway in some browsers, just return nothing. When it's -- cgit v1.2.3