From 0f4107b03c3680b0a5d8431a607d5ce1399af0c8 Mon Sep 17 00:00:00 2001 From: Thalia Date: Fri, 24 May 2019 14:52:16 +0100 Subject: [PATCH] Correct typo in Block::chooseBlock documentation Change-Id: Ie7cf0a833b38aac71b217f97d4934461acd249fd --- includes/Block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Block.php b/includes/Block.php index 9f7f77d439..9fcaaf7888 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -1208,7 +1208,7 @@ class Block extends AbstractBlock { * - Other softblocks are chosen over autoblocks * - If there are multiple exact or range blocks at the same level, the one chosen * is random - * This should be used when $blocks where retrieved from the user's IP address + * This should be used when $blocks were retrieved from the user's IP address * and $ipChain is populated from the same IP address information. * * @param array $blocks Array of Block objects -- 2.20.1