1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 01:26:11 +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).