Fix LoadBalancer::getMasterPos() callers to handle a non-object being returned
[lhc/web/wiklou.git] / includes / context / IContextSource.php
index d13e1a5..5a856cf 100644 (file)
@@ -21,8 +21,6 @@
  * @file
  */
 
-use Liuggio\StatsdClient\Factory\StatsdDataFactory;
-
 /**
  * Interface for objects which can provide a MediaWiki context on request
  *
@@ -131,7 +129,7 @@ interface IContextSource extends MessageLocalizer {
         * @deprecated since 1.27 use a StatsdDataFactory from MediaWikiServices (preferably injected)
         *
         * @since 1.25
-        * @return MediawikiStatsdDataFactory
+        * @return IBufferingStatsdDataFactory
         */
        public function getStats();