Delete some remaining `@package` tags in *.php
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 21 Apr 2023 12:39:38 +0000 (14:39 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 21 Apr 2023 12:44:36 +0000 (14:44 +0200)
These were likely sitting in PRs when the tags were removed originally in
bb349f5cfb64ec93ad08f1485a938f851e891cee.

wcfsetup/install/files/lib/acp/action/StyleAddDarkModeAction.class.php
wcfsetup/install/files/lib/action/EditorGetMentionSuggestionsAction.class.php
wcfsetup/install/files/lib/system/style/command/AddDarkMode.class.php

index 703383fb2ef9314d324c682d83a0b2d6cda2d4bd..e02b01f92b9081bc8a805a3c2437a2ba47b6f860 100644 (file)
@@ -20,7 +20,6 @@ use wcf\system\WCF;
  * @author Alexander Ebert
  * @copyright 2001-2022 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Acp\Action
  * @since 6.0
  */
 final class StyleAddDarkModeAction implements RequestHandlerInterface
index a2b50c6045683ca4e4cb4858100176ef216d2fc1..ed10bbe3c9675b41a3c6829e6cdb67db38a9ee71 100644 (file)
@@ -16,7 +16,6 @@ use wcf\http\Helper;
  * @author  Tim Duesterhus
  * @copyright   2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Action
  * @since   6.0
  */
 final class EditorGetMentionSuggestionsAction implements RequestHandlerInterface
index b66add1a60e4d955a700bde9483e4c9e0cf760f5..04662b7c89d36029e4c38975f2378c9c22377db5 100644 (file)
@@ -13,7 +13,6 @@ use wcf\system\style\StyleHandler;
  * @author Alexander Ebert
  * @copyright 2001-2023 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\System\Style\Command
  * @since 6.0
  */
 final class AddDarkMode