[Configuration] Change scope of $config to private
This commit is contained in:
parent
ac5bcb62ec
commit
a9ec3d0d1f
1 changed files with 1 additions and 3 deletions
|
@ -37,10 +37,8 @@ final class Configuration {
|
||||||
* Use {@see Configuration::getConfig()} instead.
|
* Use {@see Configuration::getConfig()} instead.
|
||||||
*
|
*
|
||||||
* @var array|null
|
* @var array|null
|
||||||
*
|
|
||||||
* @todo Change the scope of this property to protected or private
|
|
||||||
*/
|
*/
|
||||||
public static $config = null;
|
private static $config = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Throw an exception when trying to create a new instance of this class.
|
* Throw an exception when trying to create a new instance of this class.
|
||||||
|
|
Loading…
Reference in a new issue