Fix @subpackage tags
authorMatthias Schmidt <gravatronics@live.com>
Sat, 21 May 2016 09:02:51 +0000 (11:02 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 21 May 2016 12:19:38 +0000 (14:19 +0200)
wcfsetup/install/files/lib/acp/form/NotificationPresetSettingsForm.class.php
wcfsetup/install/files/lib/acp/form/SmileyCategoryEditForm.class.php
wcfsetup/install/files/lib/acp/page/SmileyCategoryListPage.class.php
wcfsetup/install/files/lib/acp/page/UserRankListPage.class.php

index 488dcc9b56cb48d6ac39c363135b0712d589ed11..d8c0cf6142349d128db5259b2eb3b6004ddc2ab2 100644 (file)
@@ -17,7 +17,7 @@ use wcf\system\WCF;
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage form.acp
+ * @subpackage acp.form
  * @category   Community Framework
  */
 class NotificationPresetSettingsForm extends AbstractForm {
index b12e5213f976158412e1226fd7ecf66d4b0891cc..da02f2b0a0ccd48c08bb7ad1bbde4999ff42d6b0 100644 (file)
@@ -8,7 +8,7 @@ namespace wcf\acp\form;
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.category
+ * @subpackage acp.form
  * @category   Community Framework
  */
 class SmileyCategoryEditForm extends AbstractCategoryEditForm {
index d3863aeca932dac9b857546f7f29b57857d835f8..5cb2a9c09f1015317984e9c986326a5d6b663aa3 100644 (file)
@@ -8,7 +8,7 @@ namespace wcf\acp\page;
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage system.category
+ * @subpackage acp.page
  * @category   Community Framework
  */
 class SmileyCategoryListPage extends AbstractCategoryListPage {
index 8a4a9700666e8e72de47ee398d12472994b96bdd..a4d77d3bb69f5a43819f0fc563bf1fdccb1d25d9 100644 (file)
@@ -9,7 +9,7 @@ use wcf\page\SortablePage;
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
- * @subpackage acp.form
+ * @subpackage acp.page
  * @category   Community Framework
  */
 class UserRankListPage extends SortablePage {