X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FStatCounter.php;h=374d5caf07eb151ad1db5eb43cf59bd6427556c5;hb=634f48b9d09648ec38781d222d186513e96b9ab7;hp=23a4e2bf18bb50237636b5170d9cee7408095e6c;hpb=defd78e9ca470b791c9ad3f7fdbc102178f1b4a5;p=lhc%2Fweb%2Fwiklou.git 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;