File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ class Debugger
2727
2828	public  const  CookieSecret  = 'tracy-debug ' ;
2929
30- 	/** @deprecated  use Debugger::Version */ 
30+ 	#[\Deprecated( ' use Debugger::Version ' )] 
3131	public  const  VERSION  = self ::Version;
3232
33- 	/** @deprecated  use Debugger::Development */ 
33+ 	#[\Deprecated( ' use Debugger::Development ' )] 
3434	public  const  DEVELOPMENT  = self ::Development;
3535
36- 	/** @deprecated  use Debugger::Production */ 
36+ 	#[\Deprecated( ' use Debugger::Production ' )] 
3737	public  const  PRODUCTION  = self ::Production;
3838
39- 	/** @deprecated  use Debugger::Detect */ 
39+ 	#[\Deprecated( ' use Debugger::Detect ' )] 
4040	public  const  DETECT  = self ::Detect;
4141
42- 	/** @deprecated  use Debugger::CookieSecret */ 
42+ 	#[\Deprecated( ' use Debugger::CookieSecret ' )] 
4343	public  const  COOKIE_SECRET  = self ::CookieSecret;
4444
4545	/** in production mode is suppressed any debugging output */ 
@@ -93,7 +93,7 @@ class Debugger
9393	/** theme for dump() */ 
9494	public  static  string  $ dumpTheme  = 'light ' ;
9595
96- 	/** @deprecated */ 
96+ 	#[\Deprecated] 
9797	public  static  $ maxLen ;
9898
9999	/********************* logging ****************d*g**/ 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments