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 c59700e

Browse filesBrowse 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
Copy full SHA for c59700e

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.