Skip to content

Commit 3abc68e

Browse files
committed
minor #240 Remove Extra spaces (adouiri)
This PR was merged into the 3.x-dev branch. Discussion ---------- Remove Extra spaces Remove Extra spaces Commits ------- 0a72c0a Remove Extra spaces
2 parents b871a4f + 0a72c0a commit 3abc68e

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
@@ -260,7 +260,7 @@ private function buildHandler(ContainerBuilder $container, $name, array $handler
260260
$elasticaClientArguments,
261261
array(
262262
'headers' => array(
263-
'Authorization ' => 'Basic ' . base64_encode($handler['elasticsearch']['user'] . ':' . $handler['elasticsearch']['password'])
263+
'Authorization' => 'Basic ' . base64_encode($handler['elasticsearch']['user'] . ':' . $handler['elasticsearch']['password'])
264264
)
265265
)
266266
);

0 commit comments

Comments
 (0)