wiki.techinc.nl/includes/config
Fomafix 4b46994799 Fix usage of MediaWikiServices in comments and documentation
MediaWikiServices::getFoo()

is wrong. Right is:

MediaWikiServices::getInstance()->getFoo()

Change-Id: Ib6d844ddfe5bd6ccd72b887a63d9ad476c8d196f
2019-03-03 14:09:33 +00:00
..
Config.php
ConfigException.php
ConfigFactory.php Fix usage of MediaWikiServices in comments and documentation 2019-03-03 14:09:33 +00:00
ConfigRepository.php Fully extract services framework as a library 2019-01-16 17:31:05 +01:00
EtcdConfig.php Remove comments literally repeating the next line of code 2019-02-27 17:28:40 +00:00
EtcdConfigParseError.php
GlobalVarConfig.php
HashConfig.php
MultiConfig.php
MutableConfig.php