Skip to content

Commit 0a72c0a

Browse files
authored
Remove Extra spaces
Remove Extra spaces
1 parent 2b41b8b commit 0a72c0a

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
@@ -268,7 +268,7 @@ private function buildHandler(ContainerBuilder $container, $name, array $handler
268268
$elasticaClientArguments,
269269
array(
270270
'headers' => array(
271-
'Authorization ' => 'Basic ' . base64_encode($handler['elasticsearch']['user'] . ':' . $handler['elasticsearch']['password'])
271+
'Authorization' => 'Basic ' . base64_encode($handler['elasticsearch']['user'] . ':' . $handler['elasticsearch']['password'])
272272
)
273273
)
274274
);

0 commit comments

Comments
 (0)