mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-07 05:36:45 +02:00
Merge pull request #1242 from gmponos/add_missing_bubble
Added missing bubble property
This commit is contained in:
@@ -43,6 +43,7 @@ class FingersCrossedHandler extends Handler implements ProcessableHandlerInterfa
|
||||
protected $buffer = [];
|
||||
protected $stopBuffering;
|
||||
protected $passthruLevel;
|
||||
protected $bubble;
|
||||
|
||||
/**
|
||||
* @param callable|HandlerInterface $handler Handler or factory callable($record, $fingersCrossedHandler).
|
||||
|
@@ -24,6 +24,7 @@ class GroupHandler extends Handler implements ProcessableHandlerInterface, Reset
|
||||
use ProcessableHandlerTrait;
|
||||
|
||||
protected $handlers;
|
||||
protected $bubble;
|
||||
|
||||
/**
|
||||
* @param HandlerInterface[] $handlers Array of Handlers.
|
||||
|
Reference in New Issue
Block a user