File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Dumper
2222     * @param  \Symfony\Component\VarDumper\Server\Connection|null  $connection 
2323     * @return void 
2424     */ 
25-     public  function  __construct (Connection   $ connection  = null )
25+     public  function  __construct (? Connection   $ connection  = null )
2626    {
2727        $ this  ->connection  = $ connection ;
2828    }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class RequestContextProvider implements ContextProviderInterface
2828     * @param  \Illuminate\Http\Request|null  $currentRequest 
2929     * @return void 
3030     */ 
31-     public  function  __construct (Request   $ currentRequest  = null )
31+     public  function  __construct (? Request   $ currentRequest  = null )
3232    {
3333        $ this  ->currentRequest  = $ currentRequest ;
3434        $ this  ->cloner  = new  VarCloner ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments