mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 06:06:40 +02:00
Fixed $handler property visibility
According to the given example, $handler property should not be private.
This commit is contained in:
committed by
Jordi Boggiano
parent
5f56ed5212
commit
04dedae4a8
@@ -33,7 +33,7 @@ class HandlerWrapper implements HandlerInterface
|
|||||||
/**
|
/**
|
||||||
* @var HandlerInterface
|
* @var HandlerInterface
|
||||||
*/
|
*/
|
||||||
private $handler;
|
protected $handler;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HandlerWrapper constructor.
|
* HandlerWrapper constructor.
|
||||||
|
Reference in New Issue
Block a user