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

Commitc656ef9

Browse files
committed
minor#40367 [Security] Re-add accidentally removed property declarations (chalasr)
This PR was merged into the 5.3-dev branch.Discussion----------[Security] Re-add accidentally removed property declarations| Q | A| ------------- | ---| Branch? | 5.x| Bug fix? | no| New feature? | no| Deprecations? | no| Tickets | -| License | MIT| Doc PR | -spotted while playing with psalm locally, mistake made in#39802Commits-------bccf736 [Security] Readd accidentally removed property declarations
2 parents4c6a3f9 +bccf736 commitc656ef9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/Symfony/Component/Security/Core/Encoder/MigratingPasswordEncoder.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
*/
2929
finalclass MigratingPasswordEncoderextends BasePasswordEncoderimplements SelfSaltingEncoderInterface
3030
{
31+
private$bestEncoder;
32+
private$extraEncoders;
33+
3134
publicfunction__construct(PasswordEncoderInterface$bestEncoder,PasswordEncoderInterface ...$extraEncoders)
3235
{
3336
$this->bestEncoder =$bestEncoder;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp