X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontext%2FContextSource.php;h=4a3c2cbfa90fc45e4a18778c1760a4b2236f3f60;hb=a4f6cdee0703ea367af3ed00d155e29c7d391e94;hp=9e5505917e9eafa17947de8043d6e8ad26ea8ede;hpb=a8304d4c73fd04c338ae23f3028fc475921cc0fa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/context/ContextSource.php b/includes/context/ContextSource.php index 9e5505917e..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();