Skip to content

Commit d14979f

Browse files
committed
Fix typo
1 parent 43a02f4 commit d14979f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/MonologExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function load(array $configs, ContainerBuilder $container)
5757
foreach ($config['handlers'] as $name => $handler) {
5858
$handlers[$handler['priority']][] = array(
5959
'id' => $this->buildHandler($container, $name, $handler),
60-
'channels' => empty($handler['channels']) ? null : $handler['channels'] : null
60+
'channels' => empty($handler['channels']) ? null : $handler['channels']
6161
);
6262
}
6363

0 commit comments

Comments
 (0)