Refactor Statsd classes to enable null collector to work.
[lhc/web/wiklou.git] / includes / context / IContextSource.php
index ccefc72..8e9fc6f 100644 (file)
@@ -131,7 +131,7 @@ interface IContextSource {
         * @deprecated since 1.27 use a StatsdDataFactory from MediaWikiServices (preferably injected)
         *
         * @since 1.25
-        * @return StatsdDataFactory
+        * @return MediawikiStatsdDataFactory
         */
        public function getStats();