ContextSource::getContext() can return any IContextSource
authorKunal Mehta <legoktm@gmail.com>
Sun, 13 Jul 2014 04:41:45 +0000 (21:41 -0700)
committerKunal Mehta <legoktm@gmail.com>
Sun, 13 Jul 2014 04:41:45 +0000 (21:41 -0700)
Change-Id: Ie5866ce42accf87a2bfb1bc1a24c8966a0d3c20d

includes/context/ContextSource.php

index d0c0bdc..076504e 100644 (file)
@@ -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 ) {