Drop `@package` tag in *.php
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 20 Jan 2023 11:57:16 +0000 (12:57 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 20 Jan 2023 11:57:16 +0000 (12:57 +0100)
see WoltLab/WCF#5229

files/lib/page/LegalNoticePage.class.php

index 8b085af96d9c35fa9c0c0e75ba62fdabc8b167ae..380166725bc0ccf3f7ba0592f2b5651d3e4711ea 100644 (file)
@@ -12,7 +12,6 @@ use wcf\util\StringUtil;
  * @author  Marcel Werk
  * @copyright   2001-2022 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package WoltLabSuite\Core\Page
  */
 final class LegalNoticePage extends AbstractPage
 {