diff --git a/src/Monolog/Handler/AbstractHandler.php b/src/Monolog/Handler/AbstractHandler.php index c806d560..1349c25d 100644 --- a/src/Monolog/Handler/AbstractHandler.php +++ b/src/Monolog/Handler/AbstractHandler.php @@ -156,7 +156,7 @@ abstract class AbstractHandler implements HandlerInterface { try { $this->close(); - } catch( \Exception $e ) { + } catch(\Exception $e) { // do nothing } }