mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-11 15:44:34 +02:00
CS fixes
This commit is contained in:
@@ -93,11 +93,11 @@ class StreamHandlerTest extends TestCase
|
||||
|
||||
public function invalidArgumentProvider()
|
||||
{
|
||||
return array(
|
||||
array(1),
|
||||
array(array()),
|
||||
array(array('bogus://url')),
|
||||
);
|
||||
return [
|
||||
[1],
|
||||
[[]],
|
||||
[['bogus://url']],
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user