mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 12:47:39 +02:00
Merge pull request #98 from pborreli/patch-1
Removed duplicated array key
This commit is contained in:
@@ -64,7 +64,6 @@ class AbstractProcessingHandlerTest extends TestCase
|
|||||||
'REQUEST_URI' => '',
|
'REQUEST_URI' => '',
|
||||||
'REQUEST_METHOD' => '',
|
'REQUEST_METHOD' => '',
|
||||||
'REMOTE_ADDR' => '',
|
'REMOTE_ADDR' => '',
|
||||||
'REQUEST_URI' => '',
|
|
||||||
'SERVER_NAME' => '',
|
'SERVER_NAME' => '',
|
||||||
)));
|
)));
|
||||||
$handledRecord = null;
|
$handledRecord = null;
|
||||||
|
Reference in New Issue
Block a user