mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-18 07:55:28 +00:00
enforce some stricter type checking for loggers
This commit is contained in:
4
classes/logger/adapter.php
Normal file
4
classes/logger/adapter.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
interface Logger_Adapter {
|
||||
function log_error(int $errno, string $errstr, string $file, int $line, $context);
|
||||
}
|
||||
Reference in New Issue
Block a user