Skip to content

Commit c59700e

Browse files
committed
bug #9848 Remove unused var - custom auth provider example (Valantis Koutsoumpos)
This PR was submitted for the 2.7 branch but it was merged into the 2.8 branch instead (closes #9848). Discussion ---------- Remove unused var - custom auth provider example Commits ------- a92b371 Remove unused var - custom auth provider example
2 parents 4c52265 + a92b371 commit c59700e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/custom_authentication_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ create a class which implements
329329
;
330330

331331
$listenerId = 'security.authentication.listener.wsse.'.$id;
332-
$listener = $container->setDefinition($listenerId, new DefinitionDecorator('wsse.security.authentication.listener'));
332+
$container->setDefinition($listenerId, new DefinitionDecorator('wsse.security.authentication.listener'));
333333

334334
return array($providerId, $listenerId, $defaultEntryPoint);
335335
}

0 commit comments

Comments
 (0)