Explorar o código

Remove extra spaces between braces.

Mark Perkins %!s(int64=14) %!d(string=hai) anos
pai
achega
12f27c2b24
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Monolog/Handler/AbstractHandler.php

+ 1 - 1
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
         }
     }