X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fcontext%2FIContextSource.php;h=f718103d45876d77f9e23c38240b193586bea5d9;hb=98cf5c6cf4780530f5bed1bb8ae88316e0988e36;hp=f892b025a5ba7ffd903fe46c7aafb2641da1319c;hpb=280cb03b4d87e864a723686daf5d1699b3566ec1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/context/IContextSource.php b/includes/context/IContextSource.php index f892b025a5..f718103d45 100644 --- a/includes/context/IContextSource.php +++ b/includes/context/IContextSource.php @@ -37,7 +37,7 @@ interface IContextSource { /** * Get the Title object * - * @return Title + * @return Title|null */ public function getTitle(); @@ -76,14 +76,6 @@ interface IContextSource { */ public function getUser(); - /** - * Get the Language object - * - * @deprecated since 1.19 Use getLanguage instead - * @return Language - */ - public function getLang(); - /** * Get the Language object *