1
0
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:
Jordi Boggiano
2018-12-10 11:22:35 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -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).

View File

@@ -24,6 +24,7 @@ class GroupHandler extends Handler implements ProcessableHandlerInterface, Reset
use ProcessableHandlerTrait;
protected $handlers;
protected $bubble;
/**
* @param HandlerInterface[] $handlers Array of Handlers.