From: Siebrand Mazeland Date: Wed, 20 Nov 2013 05:09:49 +0000 (+0100) Subject: Declare visibility of class property in ContentHandler X-Git-Tag: 1.31.0-rc.0~18010^2 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=b213de40ff990a369e49326901cbb1eacc8aee4f;p=lhc%2Fweb%2Fwiklou.git Declare visibility of class property in ContentHandler Make $handlers protected. It's only used in MediaHandler and ContentHandler. Change-Id: I2cfc9273d4cf710fbcf01a8e70a93ae64de73579 --- diff --git a/includes/content/ContentHandler.php b/includes/content/ContentHandler.php index d396570303..1abe1fa7e6 100644 --- a/includes/content/ContentHandler.php +++ b/includes/content/ContentHandler.php @@ -278,9 +278,9 @@ abstract class ContentHandler { } /** - * @var Array A Cache of ContentHandler instances by model id + * @var array A Cache of ContentHandler instances by model id */ - static $handlers; + protected static $handlers; /** * Returns the ContentHandler singleton for the given model ID. Use the