File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ class Debugger
2929
3030 public const CookieSecret = 'tracy-debug ' ;
3131
32- /** @deprecated use Debugger::Version */
32+ #[\Deprecated( ' use Debugger::Version ' )]
3333 public const VERSION = self ::Version;
3434
35- /** @deprecated use Debugger::Development */
35+ #[\Deprecated( ' use Debugger::Development ' )]
3636 public const DEVELOPMENT = self ::Development;
3737
38- /** @deprecated use Debugger::Production */
38+ #[\Deprecated( ' use Debugger::Production ' )]
3939 public const PRODUCTION = self ::Production;
4040
41- /** @deprecated use Debugger::Detect */
41+ #[\Deprecated( ' use Debugger::Detect ' )]
4242 public const DETECT = self ::Detect;
4343
44- /** @deprecated use Debugger::CookieSecret */
44+ #[\Deprecated( ' use Debugger::CookieSecret ' )]
4545 public const COOKIE_SECRET = self ::CookieSecret;
4646
4747 /** in production mode is suppressed any debugging output */
You can’t perform that action at this time.
0 commit comments