Skip to content

Commit

Permalink
Merge branch '5.3' into 5.4
Browse files Browse the repository at this point in the history
* 5.3:
  [Security] Make fixture compatible with both 5.x and 6.x
  • Loading branch information
chalasr committed Jul 6, 2021
2 parents 812b7b5 + 6d51019 commit 43bf9e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,6 @@ abstract public function loadUserByIdentifier(string $identifier): UserInterface
abstract class TestPasswordAuthenticatedUser implements UserInterface, PasswordAuthenticatedUserInterface
{
abstract public function getPassword(): ?string;

abstract public function getSalt();
}

0 comments on commit 43bf9e4

Please sign in to comment.