Revert some auto formatting
authorCyperghost <olaf_schmitz_1@t-online.de>
Fri, 26 Jan 2024 16:00:07 +0000 (17:00 +0100)
committerCyperghost <olaf_schmitz_1@t-online.de>
Fri, 26 Jan 2024 16:00:07 +0000 (17:00 +0100)
wcfsetup/install/files/lib/data/trophy/Trophy.class.php

index b2d642832ef6409bc6c06dad3db2ddc45e1524bc..6ce6952a8f1adec24bc295c162c1b82847916612 100644 (file)
@@ -44,18 +44,18 @@ class Trophy extends DatabaseObject implements ITitledLinkObject, IRouteControll
      * The type value, if this trophy is an image trophy.
      * @var int
      */
-    public const TYPE_IMAGE = 1;
+    const TYPE_IMAGE = 1;
 
     /**
      * The type value, if this trophy is a badge trophy (based on CSS icons).
      * @var int
      */
-    public const TYPE_BADGE = 2;
+    const TYPE_BADGE = 2;
 
     /**
      * The default icon size.
      */
-    public const DEFAULT_SIZE = 32;
+    const DEFAULT_SIZE = 32;
 
     /**
      * Returns the title of the trophy.