Arrays in PHP are a bit special...
authorMarius Hoch <hoo@online.de>
Mon, 22 Sep 2014 17:12:02 +0000 (19:12 +0200)
committerMarius Hoch <hoo@online.de>
Mon, 22 Sep 2014 17:12:02 +0000 (19:12 +0200)
Change-Id: Ic1c16e297f68417ba4a12c109e3a6e83974a82d5

includes/DefaultSettings.php

index d5b0694..427f868 100644 (file)
@@ -5184,7 +5184,7 @@ $wgDebugDumpSqlLength = 500;
  *
  * @par Advanced example:
  * @code
- * $wgDebugLogGroups['memcached'] = (
+ * $wgDebugLogGroups['memcached'] = array(
  *     'destination' => '/var/log/mediawiki/memcached.log',
  *     'sample' => 1000,  // log 1 message out of every 1,000.
  * );