Skip to content

Commit

Permalink
used attribute Deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 16, 2025
1 parent c71495d commit a636336
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Tracy/Debugger/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ class Debugger

public const CookieSecret = 'tracy-debug';

/** @deprecated use Debugger::Version */
#[\Deprecated('use Debugger::Version')]
public const VERSION = self::Version;

/** @deprecated use Debugger::Development */
#[\Deprecated('use Debugger::Development')]
public const DEVELOPMENT = self::Development;

/** @deprecated use Debugger::Production */
#[\Deprecated('use Debugger::Production')]
public const PRODUCTION = self::Production;

/** @deprecated use Debugger::Detect */
#[\Deprecated('use Debugger::Detect')]
public const DETECT = self::Detect;

/** @deprecated use Debugger::CookieSecret */
#[\Deprecated('use Debugger::CookieSecret')]
public const COOKIE_SECRET = self::CookieSecret;

/** in production mode is suppressed any debugging output */
Expand Down Expand Up @@ -93,7 +93,7 @@ class Debugger
/** theme for dump() */
public static string $dumpTheme = 'light';

/** @deprecated */
#[\Deprecated]
public static $maxLen;

/********************* logging ****************d*g**/
Expand Down

0 comments on commit a636336

Please sign in to comment.