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

Commit0d65a49

Browse files
committed
minor#41543 [SecurityBundle] Fix call to deprecated getUsername() in tests (chalasr)
This PR was merged into the 5.3 branch.Discussion----------[SecurityBundle] Fix call to deprecated getUsername() in tests| Q | A| ------------- | ---| Branch? | 5.3| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | -| License | MIT| Doc PR | -Commits-------74e0b31 Fix call to deprecated getUsername() in tests
2 parentsa02ac15 +74e0b31 commit0d65a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/SecurityController.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ public function checkAction()
2323

2424
publicfunctionprofileAction()
2525
{
26-
returnnewResponse('Welcome'.$this->getUser()->getUsername().'!');
26+
returnnewResponse('Welcome'.$this->getUser()->getUserIdentifier().'!');
2727
}
2828
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp