Replace @see tags with @inheritDoc tags
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / form / AccountManagementForm.class.php
index e252a3c0a25f8e39babcc80d6f574cd898851ca7..f749874a92af09654d77c27427dc4cd4bd1f3fab 100644 (file)
@@ -24,12 +24,12 @@ use wcf\util\UserUtil;
  */
 class AccountManagementForm extends AbstractForm {
        /**
-        * @see \wcf\page\AbstractPage::$enableTracking
+        * @inheritDoc
         */
        public $enableTracking = true;
        
        /**
-        * @see \wcf\page\AbstractPage::$loginRequired
+        * @inheritDoc
         */
        public $loginRequired = true;
        
@@ -136,7 +136,7 @@ class AccountManagementForm extends AbstractForm {
        public $googleDisconnect = 0;
        
        /**
-        * @see \wcf\page\IPage::readParameters()
+        * @inheritDoc
         */
        public function readParameters() {
                parent::readParameters();
@@ -145,7 +145,7 @@ class AccountManagementForm extends AbstractForm {
        }
        
        /**
-        * @see \wcf\form\IForm::readFormParameters()
+        * @inheritDoc
         */
        public function readFormParameters() {
                parent::readFormParameters();
@@ -172,7 +172,7 @@ class AccountManagementForm extends AbstractForm {
        }
        
        /**
-        * @see \wcf\form\IForm::validate()
+        * @inheritDoc
         */
        public function validate() {
                parent::validate();
@@ -255,7 +255,7 @@ class AccountManagementForm extends AbstractForm {
        }
        
        /**
-        * @see \wcf\page\IPage::readData()
+        * @inheritDoc
         */
        public function readData() {
                parent::readData();
@@ -268,7 +268,7 @@ class AccountManagementForm extends AbstractForm {
        }
        
        /**
-        * @see \wcf\page\IPage::assignVariables()
+        * @inheritDoc
         */
        public function assignVariables() {
                parent::assignVariables();
@@ -296,7 +296,7 @@ class AccountManagementForm extends AbstractForm {
        }
        
        /**
-        * @see \wcf\page\IPage::show()
+        * @inheritDoc
         */
        public function show() {
                // set active tab
@@ -306,7 +306,7 @@ class AccountManagementForm extends AbstractForm {
        }
        
        /**
-        * @see \wcf\form\IForm::save()
+        * @inheritDoc
         */
        public function save() {
                parent::save();