From: Kunal Mehta Date: Sun, 13 Jul 2014 04:41:45 +0000 (-0700) Subject: ContextSource::getContext() can return any IContextSource X-Git-Tag: 1.31.0-rc.0~14881^2 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=41f159e37214b99853146458e1024375e976c8fc;p=lhc%2Fweb%2Fwiklou.git ContextSource::getContext() can return any IContextSource Change-Id: Ie5866ce42accf87a2bfb1bc1a24c8966a0d3c20d --- diff --git a/includes/context/ContextSource.php b/includes/context/ContextSource.php index d0c0bdccfc..076504ecad 100644 --- a/includes/context/ContextSource.php +++ b/includes/context/ContextSource.php @@ -34,9 +34,9 @@ abstract class ContextSource implements IContextSource { private $context; /** - * Get the RequestContext object + * Get the base IContextSource object * @since 1.18 - * @return RequestContext + * @return IContextSource */ public function getContext() { if ( $this->context === null ) {