- Quickfix from error found during PHP 8 migration
This commit is contained in:
		
							parent
							
								
									08a8683d59
								
							
						
					
					
						commit
						863bd8d094
					
				@ -26,8 +26,8 @@ class Dump {
 | 
				
			|||||||
    public function renderArray() {
 | 
					    public function renderArray() {
 | 
				
			||||||
        return [
 | 
					        return [
 | 
				
			||||||
            'content' => $this->content,
 | 
					            'content' => $this->content,
 | 
				
			||||||
            'file' => $this->trace['file'],
 | 
					            'file' => $this->trace['file'] ?? '?',
 | 
				
			||||||
            'line' => $this->trace['line'],
 | 
					            'line' => $this->trace['line'] ?? '?',
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user