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 5603f60

Browse filesBrowse files
committed
Fixed some minor issues
1 parent 5d9ac4e commit 5603f60
Copy full SHA for 5603f60

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎security/custom_authentication_provider.rst

Copy file name to clipboardExpand all lines: security/custom_authentication_provider.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,8 @@ in order to put it to use::
576576
$providerId = 'security.authentication.provider.wsse.'.$id;
577577
$container
578578
->setDefinition($providerId, new ChildDefinition(WsseProvider::class))
579-
->replaceArgument(0, new Reference($userProvider))
580-
->replaceArgument(2, $config['lifetime']);
579+
->setArgument(0, new Reference($userProvider))
580+
->setArgument(2, $config['lifetime']);
581581
// ...
582582
}
583583

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.