Ver Fonte

NullHandler always blocks bubbling

Jordi Boggiano há 14 anos atrás
pai
commit
64e582cc8a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Monolog/Handler/NullHandler.php

+ 1 - 1
src/Monolog/Handler/NullHandler.php

@@ -32,6 +32,6 @@ class NullHandler extends AbstractHandler
             return false;
         }
 
-        return false === $this->bubble;
+        return true;
     }
 }