Merge "Make abstract Config class truly implementation-agnostic"
[lhc/web/wiklou.git] / includes / context / RequestContext.php
index e035b49..c87bfc0 100644 (file)
@@ -133,7 +133,7 @@ class RequestContext implements IContextSource {
        /**
         * Get the Title object
         *
-        * @return Title
+        * @return Title|null
         */
        public function getTitle() {
                if ( $this->title === null ) {