X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2Fcontext%2FIContextSource.php;h=5a856cf7c1b67e8ac3eb9088219133a234b84b92;hb=123795273134139f1017bf91d31b9a2840e85b78;hp=d13e1a5705bcf21524f5593c37978872a79785d0;hpb=5604684b4420048b6f0db29daf5b6ae7d600b446;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/context/IContextSource.php b/includes/context/IContextSource.php index d13e1a5705..5a856cf7c1 100644 --- a/includes/context/IContextSource.php +++ b/includes/context/IContextSource.php @@ -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();