8000 minor #40367 [Security] Re-add accidentally removed property declarat… · symfony/symfony@c656ef9 · GitHub
[go: up one dir, main page]

Skip to content

Commit c656ef9

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 #39802 Commits ------- bccf736 [Security] Readd accidentally removed property declarations
2 parents 4c6a3f9 + bccf736 commit c656ef9

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
final class MigratingPasswordEncoder extends BasePasswordEncoder implements SelfSaltingEncoderInterface
3030
{
31+
private $bestEncoder;
32+
private $extraEncoders;
33+
3134
public function __construct(PasswordEncoderInterface $bestEncoder, PasswordEncoderInterface ...$extraEncoders)
3235
{
3336
$this->bestEncoder = $bestEncoder;

0 commit comments

Comments
 (0)
0