mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:15:56 +00:00
enforce some stricter type checking for loggers
This commit is contained in:
@@ -63,6 +63,9 @@ class Logger {
|
||||
default:
|
||||
$this->adapter = false;
|
||||
}
|
||||
|
||||
if ($this->adapter && !implements_interface($this->adapter, "Logger_Adapter"))
|
||||
user_error("Adapter for LOG_DESTINATION: " . Config::LOG_DESTINATION . " does not implement required interface.", E_USER_ERROR);
|
||||
}
|
||||
|
||||
private static function get_instance() : Logger {
|
||||
|
||||
Reference in New Issue
Block a user