Skip to content

Commit

Permalink
fix typo #24; "Notice: Undefined variable"
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preusner committed Sep 24, 2015
1 parent 47ae444 commit a7ded62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/GuzzleExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected function createHandler(ContainerBuilder $container, $name, array $conf
unset($config['plugin']['wsse']);

$username = $wsseConfig['username'];
$password = $$wsseConfig['password'];
$password = $wsseConfig['password'];

$wsse = $this->createWsseMiddleware($container, $username, $password);
$wsseServiceName = sprintf('guzzle_bundle.middleware.wsse.%s', $name);
Expand Down

0 comments on commit a7ded62

Please sign in to comment.