mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
CS fixes & upgrading cs fixer config
This commit is contained in:
@@ -22,7 +22,7 @@ class PsrLogMessageProcessorTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
$message = $proc(array(
|
||||
'message' => '{foo}',
|
||||
'context' => array('foo' => $val)
|
||||
'context' => array('foo' => $val),
|
||||
));
|
||||
$this->assertEquals($expected, $message['message']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user