Merge "Depedency inject remappedTableName() map via MWLBFactory"
[lhc/web/wiklou.git] / maintenance / cdb.php
index 5aaf01f..453464a 100644 (file)
@@ -28,13 +28,13 @@ use \Cdb\Reader as CdbReader;
 require_once __DIR__ . '/commandLine.inc';
 
 function cdbShowHelp( $command ) {
-       $commandList = array(
+       $commandList = [
                'load' => 'load a cdb file for reading',
                'get' => 'get a value for a key',
                'exit' => 'exit cdb',
                'quit' => 'exit cdb',
                'help' => 'help about a command',
-       );
+       ];
        if ( !$command ) {
                $command = 'fullhelp';
        }