mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 08:36:33 +02:00
Remove return type from ProcessorInterface to fix interop with Monolog 2, fixes #1680
This commit is contained in:
@@ -23,5 +23,5 @@ interface ProcessorInterface
|
||||
/**
|
||||
* @return LogRecord The processed record
|
||||
*/
|
||||
public function __invoke(LogRecord $record): LogRecord;
|
||||
public function __invoke(LogRecord $record);
|
||||
}
|
||||
|
Reference in New Issue
Block a user