StatCounter doc tweaks.
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 22 Apr 2013 20:27:50 +0000 (13:27 -0700)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 23 Apr 2013 11:27:27 +0000 (11:27 +0000)
Change-Id: I8882e142170841c70cb620e1ea0246facc30f046

includes/StatCounter.php

index 23a4e2b..374d5ca 100644 (file)
@@ -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;