Merge "Clean up array() in docs, Part I"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 29 Jul 2016 00:19:45 +0000 (00:19 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 29 Jul 2016 00:19:45 +0000 (00:19 +0000)
1  2 
includes/GlobalFunctions.php
includes/SiteConfiguration.php

Simple merge
   * extract( $globals );
   * @endcode
   *
 + * @note For WikiMap to function, the configuration must define string values for
 + *  $wgServer (or $wgCanonicalServer) and $wgArticlePath, even if these are the
 + *  same for all wikis or can be correctly determined by the logic in
 + *  Setup.php.
 + *
   * @todo Give examples for,
   * suffixes:
-  * $conf->suffixes = array( 'wiki' );
+  * $conf->suffixes = [ 'wiki' ];
   * localVHosts
   * callbacks!
   */