jenkins-bot has submitted this change and it was merged. Change subject: Arrays in PHP are a bit special... ......................................................................
Arrays in PHP are a bit special... Change-Id: Ic1c16e297f68417ba4a12c109e3a6e83974a82d5 --- M includes/DefaultSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Hoo man: Looks good to me, approved Chad: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d5b0694..427f868 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -5184,7 +5184,7 @@ * * @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. * ); -- To view, visit https://gerrit.wikimedia.org/r/161985 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic1c16e297f68417ba4a12c109e3a6e83974a82d5 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Hoo man <[email protected]> Gerrit-Reviewer: Chad <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
