Replace @see tags with @inheritDoc tags
authorMatthias Schmidt <gravatronics@live.com>
Sat, 21 May 2016 09:13:26 +0000 (11:13 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 21 May 2016 12:18:42 +0000 (14:18 +0200)
files/lib/page/LegalNoticePage.class.php

index 8655e87b02c528764e66b3d45941723afda83e90..32780519becbb6b3f4083aa91a5642ff47a97c08 100644 (file)
@@ -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();