Skip to content

Commit bccf736

Browse files
committed
[Security] Readd accidentally removed property declarations
1 parent fdabaf2 commit bccf736

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)