psr2 tidy up of logging code.
This commit is contained in:
parent
5178c4c229
commit
b60e278cf9
6 changed files with 22 additions and 21 deletions
|
|
@ -24,7 +24,7 @@ class LoggerConfigTest extends \PHPUnit_Framework_TestCase
|
|||
{
|
||||
$expectedHandler = new \Monolog\Handler\NullHandler();
|
||||
$config = new LoggerConfig(array(
|
||||
LoggerConfig::KEY_AlwaysLoaded => function() use ($expectedHandler) {
|
||||
LoggerConfig::KEY_ALWAYS_LOADED => function() use ($expectedHandler) {
|
||||
return array($expectedHandler);
|
||||
}
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue