X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontext%2FContextSource.php;h=4a3c2cbfa90fc45e4a18778c1760a4b2236f3f60;hb=a4f6cdee0703ea367af3ed00d155e29c7d391e94;hp=9bc416d620173da1a9dda07dac817daab8548dff;hpb=da8e6bf5833671ba3dfa577c2fd7eff1638248f8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/context/ContextSource.php b/includes/context/ContextSource.php index 9bc416d620..4a3c2cbfa9 100644 --- a/includes/context/ContextSource.php +++ b/includes/context/ContextSource.php @@ -83,7 +83,7 @@ abstract class ContextSource implements IContextSource { * Get the Title object * * @since 1.18 - * @return Title + * @return Title|null */ public function getTitle() { return $this->getContext()->getTitle(); @@ -183,7 +183,7 @@ abstract class ContextSource 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() {