Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 21, 2014
1 parent 43a02f4 commit d14979f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/MonologExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function load(array $configs, ContainerBuilder $container)
foreach ($config['handlers'] as $name => $handler) {
$handlers[$handler['priority']][] = array(
'id' => $this->buildHandler($container, $name, $handler),
'channels' => empty($handler['channels']) ? null : $handler['channels'] : null
'channels' => empty($handler['channels']) ? null : $handler['channels']
);
}

Expand Down

0 comments on commit d14979f

Please sign in to comment.