X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontext%2FContextSource.php;h=03fb9e2bbf7195ea6c99761430ef8a9d6023fa15;hb=362a962c8db517f435843af45f0747ead6878252;hp=cea84605eaaa00bfc7a3fc49b129d172841db9e0;hpb=3df3b575c6617df64ec98533cc7141bd2314e274;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/context/ContextSource.php b/includes/context/ContextSource.php index cea84605ea..03fb9e2bbf 100644 --- a/includes/context/ContextSource.php +++ b/includes/context/ContextSource.php @@ -18,7 +18,6 @@ * @author Happy-melon * @file */ -use Liuggio\StatsdClient\Factory\StatsdDataFactory; use MediaWiki\MediaWikiServices; /** @@ -50,8 +49,6 @@ abstract class ContextSource implements IContextSource { } /** - * Set the IContextSource object - * * @since 1.18 * @param IContextSource $context */ @@ -60,8 +57,6 @@ abstract class ContextSource implements IContextSource { } /** - * Get the Config object - * * @since 1.23 * @return Config */ @@ -70,8 +65,6 @@ abstract class ContextSource implements IContextSource { } /** - * Get the WebRequest object - * * @since 1.18 * @return WebRequest */ @@ -80,8 +73,6 @@ abstract class ContextSource implements IContextSource { } /** - * Get the Title object - * * @since 1.18 * @return Title|null */ @@ -115,8 +106,6 @@ abstract class ContextSource implements IContextSource { } /** - * Get the OutputPage object - * * @since 1.18 * @return OutputPage */ @@ -125,8 +114,6 @@ abstract class ContextSource implements IContextSource { } /** - * Get the User object - * * @since 1.18 * @return User */ @@ -135,8 +122,6 @@ abstract class ContextSource implements IContextSource { } /** - * Get the Language object - * * @since 1.19 * @return Language */ @@ -145,8 +130,6 @@ abstract class ContextSource implements IContextSource { } /** - * Get the Skin object - * * @since 1.18 * @return Skin */ @@ -155,8 +138,6 @@ abstract class ContextSource implements IContextSource { } /** - * Get the Timing object - * * @since 1.27 * @return Timing */ @@ -165,8 +146,6 @@ abstract class ContextSource implements IContextSource { } /** - * Get the Stats object - * * @deprecated since 1.27 use a StatsdDataFactory from MediaWikiServices (preferably injected) * * @since 1.25