mirror of
				https://git.tt-rss.org/fox/tt-rss.git
				synced 2025-11-04 13:51:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			134 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			134 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
interface Logger_Adapter {
 | 
						|
   function log_error(int $errno, string $errstr, string $file, int $line, string $context): bool;
 | 
						|
}
 |