From: Aaron Schulz Date: Mon, 22 Apr 2013 20:27:50 +0000 (-0700) Subject: StatCounter doc tweaks. X-Git-Tag: 1.31.0-rc.0~19904 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=6408088e25b2e4dd4fc82790fbd7523ae9a3ac78;p=lhc%2Fweb%2Fwiklou.git StatCounter doc tweaks. Change-Id: I8882e142170841c70cb620e1ea0246facc30f046 --- diff --git a/includes/StatCounter.php b/includes/StatCounter.php index 23a4e2bf18..374d5caf07 100644 --- a/includes/StatCounter.php +++ b/includes/StatCounter.php @@ -26,6 +26,7 @@ * * @file * @ingroup StatCounter + * @author Aaron Schulz */ /** @@ -85,6 +86,10 @@ class StatCounter { $this->deltas = array(); } + /** + * @param array $deltas + * @return void + */ protected function sendDeltasUDP( array $deltas ) { global $wgUDPProfilerHost, $wgUDPProfilerPort, $wgAggregateStatsID; @@ -128,6 +133,10 @@ class StatCounter { } } + /** + * @param array $deltas + * @return void + */ protected function sendDeltasMemc( array $deltas ) { global $wgMemc;