Fix PHPDoc comments for first time setup
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 14 Apr 2023 15:02:45 +0000 (17:02 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 17 Apr 2023 16:45:10 +0000 (18:45 +0200)
wcfsetup/install/files/lib/acp/action/FirstTimeSetupAction.class.php
wcfsetup/install/files/lib/acp/form/FirstTimeSetupLicenseForm.class.php
wcfsetup/install/files/lib/acp/form/FirstTimeSetupOptionsEmailForm.class.php
wcfsetup/install/files/lib/acp/form/FirstTimeSetupOptionsForm.class.php
wcfsetup/install/files/lib/acp/page/FirstTimeSetupCompletedPage.class.php

index a9cf2a50fd16267ee42509190513113363b8691b..52869913139b51db1d0f95af9ec36b914536b7cd 100644 (file)
@@ -14,9 +14,10 @@ use wcf\system\WCF;
 /**
  * Dispatches to the first time setup steps.
  *
- * @author  Tim Duesterhus
- * @copyright   2001-2023 WoltLab GmbH
+ * @author Tim Duesterhus
+ * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.0
  */
 final class FirstTimeSetupAction implements RequestHandlerInterface
 {
index 325dac17bc34e717ba2b3b4e722c98607efdc332..facfe5c643bbdd1751abea56e17c76b5fd64d6b6 100644 (file)
@@ -28,9 +28,10 @@ use wcf\util\HeaderUtil;
 /**
  * Sets up license data during first time setup.
  *
- * @author      Tim Duesterhus
- * @copyright   2001-2023 WoltLab GmbH
- * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @author Tim Duesterhus
+ * @copyright 2001-2023 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.0
  */
 final class FirstTimeSetupLicenseForm extends AbstractFormBuilderForm
 {
index 2bd3bb59f2569ae76199e31e473b0ff3aba59698..d2219608f2f98442fc67a453505984130893f233 100644 (file)
@@ -13,9 +13,10 @@ use wcf\util\HeaderUtil;
 /**
  * Shows email options during first time setup.
  *
- * @author      Tim Duesterhus, Alexander Ebert
- * @copyright   2001-2023 WoltLab GmbH
- * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @author Tim Duesterhus, Alexander Ebert
+ * @copyright 2001-2023 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.0
  *
  * @property OptionHandler $optionHandler
  */
index 3f4d35e16224b4d265ef978f1968ec77b2c59925..b786018b1a508dbd1db3dfdbf1258dfbb3fe3364 100644 (file)
@@ -13,9 +13,10 @@ use wcf\util\HeaderUtil;
 /**
  * Shows general options during first time setup.
  *
- * @author      Tim Duesterhus, Alexander Ebert
- * @copyright   2001-2023 WoltLab GmbH
- * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @author Tim Duesterhus, Alexander Ebert
+ * @copyright 2001-2023 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.0
  *
  * @property OptionHandler $optionHandler
  */
index 2c62a64f9c22ca15c53f920e9c97bde7b5a128ac..83f1ed0e6496f8fda9e50bc4afff3260a298e40e 100644 (file)
@@ -9,9 +9,10 @@ use wcf\page\AbstractPage;
 /**
  * Shows a success page for the completed first time setup.
  *
- * @author  Tim Duesterhus
- * @copyright   2001-2023 WoltLab GmbH
+ * @author Tim Duesterhus
+ * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @since 6.0
  */
 final class FirstTimeSetupCompletedPage extends AbstractPage
 {
@@ -20,6 +21,9 @@ final class FirstTimeSetupCompletedPage extends AbstractPage
      */
     public $neededPermissions = ['admin.general.canUseAcp'];
 
+    /**
+     * @inheritDoc
+     */
     public function readData()
     {
         parent::readData();