wiki.techinc.nl/includes/config
Tim Starling 0077c5da15 Use short array destructuring instead of list()
Introduced in PHP 7.1. Because it's shorter and looks nice.

I used regex replacement.

Change-Id: I0555e199d126cd44501f859cb4589f8bd49694da
2022-10-21 15:33:37 +11:00
..
Config.php
ConfigException.php
ConfigFactory.php
ConfigRepository.php
EtcdConfig.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
EtcdConfigParseError.php
GlobalVarConfig.php GlobalVarConfig: Avoid slowness of array_key_exists on $GLOBALS in PHP 8.1+ 2022-09-16 12:18:05 +02:00
HashConfig.php
IterableConfig.php
MultiConfig.php
MutableConfig.php
ServiceOptions.php