mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 05:07:36 +02:00
Remove extra spaces between braces.
This commit is contained in:
@@ -156,7 +156,7 @@ abstract class AbstractHandler implements HandlerInterface
|
||||
{
|
||||
try {
|
||||
$this->close();
|
||||
} catch( \Exception $e ) {
|
||||
} catch(\Exception $e) {
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user