Skip to content

Commit a92b371

Browse files
Valantis Koutsoumposweaverryan
authored andcommitted
Remove unused var - custom auth provider example
1 parent 4c52265 commit a92b371

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)