Skip to content

Commit b2b96af

Browse files
committed
[Security] Readd accidentally removed property declarations
1 parent b9874b1 commit b2b96af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)