mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 14:16:42 +02:00
CS fixes
This commit is contained in:
@@ -11,8 +11,6 @@
|
||||
|
||||
namespace Monolog;
|
||||
|
||||
use Monolog\Logger;
|
||||
use Monolog\Registry;
|
||||
|
||||
class RegistryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
@@ -40,6 +38,7 @@ class RegistryTest extends \PHPUnit_Framework_TestCase
|
||||
$logger1 = new Logger('test1');
|
||||
$logger2 = new Logger('test2');
|
||||
$logger3 = new Logger('test3');
|
||||
|
||||
return array(
|
||||
// only instances
|
||||
array(
|
||||
|
Reference in New Issue
Block a user