From: Matthias Schmidt Date: Sat, 21 May 2016 09:13:26 +0000 (+0200) Subject: Replace @see tags with @inheritDoc tags X-Git-Tag: 3.0.0_Beta_1~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=756571b550f737c923f85c59f2ab30bacbd8ab12;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.legalNotice.git Replace @see tags with @inheritDoc tags --- diff --git a/files/lib/page/LegalNoticePage.class.php b/files/lib/page/LegalNoticePage.class.php index 8655e87..3278051 100644 --- a/files/lib/page/LegalNoticePage.class.php +++ b/files/lib/page/LegalNoticePage.class.php @@ -17,12 +17,12 @@ class LegalNoticePage extends AbstractPage { const AVAILABLE_DURING_OFFLINE_MODE = true; /** - * @see \wcf\page\AbstractPage::$activeMenuItem + * @inheritDoc */ public $activeMenuItem = 'wcf.footer.menu.legalNotice'; /** - * @see \wcf\page\IPage::assignVariables() + * @inheritDoc */ public function assignVariables() { parent::assignVariables();