From e304842ff2f0a5c45f15e8993b57744cf5091ca7 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 7 Nov 2013 23:05:55 +0100 Subject: [PATCH] Set visibility for class property of RegexlikeReplacer Only used in StringUtils::delimiterReplace(). Search core and 600+ extensions. Change-Id: Ibbf0edd1143f7bd2dc39e9ad913d1e4a38f60dfc --- includes/utils/StringUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/utils/StringUtils.php b/includes/utils/StringUtils.php index 5f19e1cb36..9cd3d3f760 100644 --- a/includes/utils/StringUtils.php +++ b/includes/utils/StringUtils.php @@ -333,7 +333,7 @@ class Replacer { * Class to replace regex matches with a string similar to that used in preg_replace() */ class RegexlikeReplacer extends Replacer { - var $r; + private $r; /** * @param string $r -- 2.20.1