Mark `LegalNoticePage` as final
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 2 Nov 2022 12:39:19 +0000 (13:39 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 2 Nov 2022 12:39:19 +0000 (13:39 +0100)
files/lib/page/LegalNoticePage.class.php

index 8927b2dff56450480fe211db54a4f4f92210c08c..55c2aff45ec8eac4df5866378c26bccd07e58e7a 100644 (file)
@@ -10,11 +10,11 @@ use wcf\util\StringUtil;
  * Shows the legal notice page.
  *
  * @author  Marcel Werk
- * @copyright   2001-2019 WoltLab GmbH
+ * @copyright   2001-2022 WoltLab GmbH
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package WoltLabSuite\Core\Page
  */
-class LegalNoticePage extends AbstractPage
+final class LegalNoticePage extends AbstractPage
 {
     public const AVAILABLE_DURING_OFFLINE_MODE = true;