Skip to content

Commit 3a6f772

Browse files
committed
Cosmetic fixes
1 parent 4420d3a commit 3a6f772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DependencyInjection/Compiler/AddProcessorsPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\DependencyInjection\Reference;
1717

1818
/**
19-
* Registers processors in Monolg loggers or handlers.
19+
* Registers processors in Monolog loggers or handlers.
2020
*
2121
* @author Christophe Coevoet <[email protected]>
2222
*/

DependencyInjection/Compiler/DebugHandlerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ public function process(ContainerBuilder $container)
3232

3333
$debugHandler = new Definition('%monolog.handler.debug.class%', array(Logger::DEBUG, true));
3434
$container->setDefinition('monolog.handler.debug', $debugHandler);
35-
$container->getDefinition('monolog.logger_prototype')->addMethodCall('pushHandler', array (new Reference('monolog.handler.debug')));
35+
$container->getDefinition('monolog.logger_prototype')->addMethodCall('pushHandler', array(new Reference('monolog.handler.debug')));
3636
}
3737
}

0 commit comments

Comments
 (0)