Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a92b371

Browse filesBrowse files
Valantis Koutsoumposweaverryan
Valantis Koutsoumpos
authored andcommitted
Remove unused var - custom auth provider example
1 parent 4c52265 commit a92b371
Copy full SHA for a92b371

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎security/custom_authentication_provider.rst

Copy file name to clipboardExpand all lines: security/custom_authentication_provider.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.