1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-08 06:06:40 +02:00

Added missing bubble property

This commit is contained in:
George Mponos
2018-12-09 21:32:59 +02:00
parent 4215c238c8
commit 61021a535d
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.