mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 17:46:09 +02:00
Wrap up type-hint adding to all handlers
This commit is contained in:
@@ -21,8 +21,8 @@ interface ProcessableHandlerInterface
|
||||
/**
|
||||
* Adds a processor in the stack.
|
||||
*
|
||||
* @param callable $callback
|
||||
* @return HandlerInterface self
|
||||
* @param ProcessorInterface|callable $callback
|
||||
* @return HandlerInterface self
|
||||
*/
|
||||
public function pushProcessor(callable $callback): HandlerInterface;
|
||||
|
||||
|
Reference in New Issue
Block a user