[Configuration] Change scope of $config to private

This commit is contained in:
logmanoriginal 2018-11-18 15:58:32 +01:00
parent ac5bcb62ec
commit a9ec3d0d1f

View file

@ -37,10 +37,8 @@ final class Configuration {
* Use {@see Configuration::getConfig()} instead.
*
* @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.