mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 18:30:15 +02:00
CS fixes
This commit is contained in:
@@ -24,7 +24,7 @@ class ErrorLogHandlerTest extends TestCase
|
||||
{
|
||||
protected function setUp()
|
||||
{
|
||||
$GLOBALS['error_log'] = array();
|
||||
$GLOBALS['error_log'] = [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user