Explorar o código

Added missing bubble property

George Mponos %!s(int64=7) %!d(string=hai) anos
pai
achega
61021a535d

+ 1 - 0
src/Monolog/Handler/FingersCrossedHandler.php

@@ -43,6 +43,7 @@ class FingersCrossedHandler extends Handler implements ProcessableHandlerInterfa
     protected $buffer = [];
     protected $buffer = [];
     protected $stopBuffering;
     protected $stopBuffering;
     protected $passthruLevel;
     protected $passthruLevel;
+    protected $bubble;
 
 
     /**
     /**
      * @param callable|HandlerInterface              $handler            Handler or factory callable($record, $fingersCrossedHandler).
      * @param callable|HandlerInterface              $handler            Handler or factory callable($record, $fingersCrossedHandler).

+ 1 - 0
src/Monolog/Handler/GroupHandler.php

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