X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontext%2FRequestContext.php;h=4291e4456b44e31697c7d584159a6d876752956d;hb=6253af3e56257738d7de12fcc13ab2bb475ba4ba;hp=aabdd9da15bbf307fb7ffdb78973a4d4d2c51a08;hpb=afb954e89076f29905d1e363946de5133decc918;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/context/RequestContext.php b/includes/context/RequestContext.php index aabdd9da15..4291e4456b 100644 --- a/includes/context/RequestContext.php +++ b/includes/context/RequestContext.php @@ -131,7 +131,7 @@ class RequestContext implements IContextSource { /** * Get the Title object * - * @return Title + * @return Title|null */ public function getTitle() { if ( $this->title === null ) { @@ -204,7 +204,7 @@ class RequestContext implements IContextSource { } /** - * @param $o OutputPage + * @param OutputPage $o */ public function setOutput( OutputPage $o ) { $this->output = $o; @@ -436,7 +436,7 @@ class RequestContext implements IContextSource { * Export the resolved user IP, HTTP headers, user ID, and session ID. * The result will be reasonably sized to allow for serialization. * - * @return Array + * @return array * @since 1.21 */ public function exportSession() {