Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/60318


Change subject: StatCounter doc tweaks.
......................................................................

StatCounter doc tweaks.

Change-Id: I8882e142170841c70cb620e1ea0246facc30f046
---
M includes/StatCounter.php
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/18/60318/1

diff --git a/includes/StatCounter.php b/includes/StatCounter.php
index 23a4e2b..374d5ca 100644
--- a/includes/StatCounter.php
+++ b/includes/StatCounter.php
@@ -26,6 +26,7 @@
  *
  * @file
  * @ingroup StatCounter
+ * @author Aaron Schulz
  */
 
 /**
@@ -85,6 +86,10 @@
                $this->deltas = array();
        }
 
+       /**
+        * @param array $deltas
+        * @return void
+        */
        protected function sendDeltasUDP( array $deltas ) {
                global $wgUDPProfilerHost, $wgUDPProfilerPort, 
$wgAggregateStatsID;
 
@@ -128,6 +133,10 @@
                }
        }
 
+       /**
+        * @param array $deltas
+        * @return void
+        */
        protected function sendDeltasMemc( array $deltas ) {
                global $wgMemc;
 

-- 
To view, visit https://gerrit.wikimedia.org/r/60318
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8882e142170841c70cb620e1ea0246facc30f046
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to