Skip to content

Commit

Permalink
Remove return type from ProcessorInterface to fix interop with Monolo…
Browse files Browse the repository at this point in the history
…g 2, fixes #1680
  • Loading branch information
Seldaek committed Jun 9, 2022
1 parent 60ad518 commit 417c27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monolog/Processor/ProcessorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ interface ProcessorInterface
/**
* @return LogRecord The processed record
*/
public function __invoke(LogRecord $record): LogRecord;
public function __invoke(LogRecord $record);
}

0 comments on commit 417c27d

Please sign in to comment.