Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitefb4ecb

Browse files
committed
minor#20414 The wrong type is used for autowiring (alessandro-podo)
This PR was merged into the 5.4 branch.Discussion----------The wrong type is used for autowiringThe wrong type is being used for autowiring.If you do not use the interface, the class is not loaded and the interface is also used for the use states.I hope 5.4 is the right targeted Version.Commits-------da1caa2 The wrong type is used for autowiring
2 parentsa308ff9 +da1caa2 commitefb4ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎security/impersonating_user.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ logic you want::
317317
{
318318
private $accessDecisionManager;
319319

320-
public function __construct(AccessDecisionManager $accessDecisionManager)
320+
public function __construct(AccessDecisionManagerInterface $accessDecisionManager)
321321
{
322322
$this->accessDecisionManager = $accessDecisionManager;
323323
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp