X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontext%2FContextSource.php;h=6530550fe5e8182b767c68944f09b684fba470c8;hb=b33148f7d6b0b59c062c423943e841840e6620ed;hp=434201a174ac8092c70294f9163f0858c27cf11c;hpb=06d611a3997a63fc54f7141ed9fa3105c9d0a8e4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/context/ContextSource.php b/includes/context/ContextSource.php index 434201a174..6530550fe5 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; /** @@ -183,7 +182,7 @@ abstract class ContextSource implements IContextSource { * @since 1.18 * @param string|string[]|MessageSpecifier $key Message key, or array of keys, * or a MessageSpecifier. - * @param mixed ... + * @param mixed $args,... * @return Message */ public function msg( $key /* $args */ ) {