Merge "Move section ID fallbacks into headers themselves"
[lhc/web/wiklou.git] / includes / libs / stats / NullStatsdDataFactory.php
index f2e35b6..7369751 100644 (file)
@@ -53,7 +53,6 @@ class NullStatsdDataFactory implements IBufferingStatsdDataFactory {
         * This function creates a 'increment' StatsdData object.
         *
         * @param string|array $key The metric(s) to increment.
-        * @param float|1      $sampleRate The rate (0-1) for sampling.
         *
         * @return array
         */
@@ -66,7 +65,6 @@ class NullStatsdDataFactory implements IBufferingStatsdDataFactory {
         *
         *
         * @param string|array $key The metric(s) to decrement.
-        * @param float|1      $sampleRate The rate (0-1) for sampling.
         *
         * @return mixed
         */
@@ -78,7 +76,7 @@ class NullStatsdDataFactory implements IBufferingStatsdDataFactory {
         * This function creates a 'updateCount' StatsdData object.
         *
         * @param string|array $key The metric(s) to decrement.
-        * @param integer $delta The delta to add to the each metric
+        * @param int $delta The delta to add to the each metric
         *
         * @return mixed
         */
@@ -110,7 +108,7 @@ class NullStatsdDataFactory implements IBufferingStatsdDataFactory {
 
        /**
         * Check whether this data factory has any data.
-        * @return boolean
+        * @return bool
         */
        public function hasData() {
                return false;