From: Tim Düsterhus Date: Fri, 21 Apr 2023 12:39:38 +0000 (+0200) Subject: Delete some remaining `@package` tags in *.php X-Git-Tag: 6.0.0_Alpha_1~221 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ad6a469c96b631891d76a3fa6675c6d4c5c8df5f;p=GitHub%2FWoltLab%2FWCF.git Delete some remaining `@package` tags in *.php These were likely sitting in PRs when the tags were removed originally in bb349f5cfb64ec93ad08f1485a938f851e891cee. --- diff --git a/wcfsetup/install/files/lib/acp/action/StyleAddDarkModeAction.class.php b/wcfsetup/install/files/lib/acp/action/StyleAddDarkModeAction.class.php index 703383fb2e..e02b01f92b 100644 --- a/wcfsetup/install/files/lib/acp/action/StyleAddDarkModeAction.class.php +++ b/wcfsetup/install/files/lib/acp/action/StyleAddDarkModeAction.class.php @@ -20,7 +20,6 @@ use wcf\system\WCF; * @author Alexander Ebert * @copyright 2001-2022 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Acp\Action * @since 6.0 */ final class StyleAddDarkModeAction implements RequestHandlerInterface diff --git a/wcfsetup/install/files/lib/action/EditorGetMentionSuggestionsAction.class.php b/wcfsetup/install/files/lib/action/EditorGetMentionSuggestionsAction.class.php index a2b50c6045..ed10bbe3c9 100644 --- a/wcfsetup/install/files/lib/action/EditorGetMentionSuggestionsAction.class.php +++ b/wcfsetup/install/files/lib/action/EditorGetMentionSuggestionsAction.class.php @@ -16,7 +16,6 @@ use wcf\http\Helper; * @author Tim Duesterhus * @copyright 2001-2023 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\Action * @since 6.0 */ final class EditorGetMentionSuggestionsAction implements RequestHandlerInterface diff --git a/wcfsetup/install/files/lib/system/style/command/AddDarkMode.class.php b/wcfsetup/install/files/lib/system/style/command/AddDarkMode.class.php index b66add1a60..04662b7c89 100644 --- a/wcfsetup/install/files/lib/system/style/command/AddDarkMode.class.php +++ b/wcfsetup/install/files/lib/system/style/command/AddDarkMode.class.php @@ -13,7 +13,6 @@ use wcf\system\style\StyleHandler; * @author Alexander Ebert * @copyright 2001-2023 WoltLab GmbH * @license GNU Lesser General Public License - * @package WoltLabSuite\Core\System\Style\Command * @since 6.0 */ final class AddDarkMode