X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontext%2FContextSource.php;h=a21f404b850df029426ca077685b987ab6bbc281;hb=b6737798b8bac61f95128557d45f861453bfc406;hp=618253859df661e2e6ad1fbb9136cf31b0e5d2f8;hpb=d62d7eff494c225b21c12242bc5bedcffc9f306d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/context/ContextSource.php b/includes/context/ContextSource.php index 618253859d..a21f404b85 100644 --- a/includes/context/ContextSource.php +++ b/includes/context/ContextSource.php @@ -163,6 +163,7 @@ abstract class ContextSource implements IContextSource { * @param string|string[]|MessageSpecifier $key Message key, or array of keys, * or a MessageSpecifier. * @param mixed $args,... + * @suppress PhanCommentParamWithoutRealParam HHVM bug T228695#5450847 * @return Message */ public function msg( $key /* $args */ ) {