X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiUsageException.php;h=17655ec1c3de27737db1fc322d51bd4e5095237e;hb=e7720b8f8e09287384ddee271641d1b1721318bb;hp=fb49e2dbe2b1d1a0e81f05a194c4fe16d4dd673d;hpb=be00e4c0bb2e473102eafdd6629c61c7e87ea536;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiUsageException.php b/includes/api/ApiUsageException.php index fb49e2dbe2..17655ec1c3 100644 --- a/includes/api/ApiUsageException.php +++ b/includes/api/ApiUsageException.php @@ -186,7 +186,7 @@ class ApiUsageException extends UsageException implements ILocalizedException { /** * @deprecated Do not use. This only exists here because UsageException is in * the inheritance chain for backwards compatibility. - * @inheritdoc + * @inheritDoc */ public function getCodeString() { wfDeprecated( __METHOD__, '1.29' ); @@ -196,7 +196,7 @@ class ApiUsageException extends UsageException implements ILocalizedException { /** * @deprecated Do not use. This only exists here because UsageException is in * the inheritance chain for backwards compatibility. - * @inheritdoc + * @inheritDoc */ public function getMessageArray() { wfDeprecated( __METHOD__, '1.29' ); @@ -210,7 +210,7 @@ class ApiUsageException extends UsageException implements ILocalizedException { } /** - * @inheritdoc + * @inheritDoc */ public function getMessageObject() { return $this->status->getMessage();