From cba15a69aec2945cea2dc799750858576e015087 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Fri, 24 Oct 2014 17:15:12 -0700 Subject: [PATCH] Fix ( See Change-Id: I21113b158159d9a8a14045da87581937f71f42e3 --- includes/Block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Block.php b/includes/Block.php index 134ee6be96..3c80035231 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -893,7 +893,7 @@ class Block { } /** - * Get/set whether the Block is a hardblock (affects logged-in users on a given IP/range + * Get/set whether the Block is a hardblock (affects logged-in users on a given IP/range) * @param bool|null $x * @return bool */ -- 2.20.1