diff options
author | Possum <possumfromspace@gmail.com> | 2016-01-22 08:50:32 +0100 |
---|---|---|
committer | Possum <possumfromspace@gmail.com> | 2016-01-22 08:50:32 +0100 |
commit | 91cd7a1d2f939bb1319ea23b767ed31c09dd53e3 (patch) | |
tree | 31dbf6ab7f62a1325e39c6e9f5aeb4215438396c | |
parent | 83e9f572af0d8c84f5f6ae14a5e7af5fb7b0f7fb (diff) | |
download | symfony-security-91cd7a1d2f939bb1319ea23b767ed31c09dd53e3.zip symfony-security-91cd7a1d2f939bb1319ea23b767ed31c09dd53e3.tar.gz symfony-security-91cd7a1d2f939bb1319ea23b767ed31c09dd53e3.tar.bz2 |
Fixer findings.
-rw-r--r-- | Tests/Core/Encoder/EncoderFactoryTest.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Core/Encoder/EncoderFactoryTest.php b/Tests/Core/Encoder/EncoderFactoryTest.php index 85d4e91..4fe60ad 100644 --- a/Tests/Core/Encoder/EncoderFactoryTest.php +++ b/Tests/Core/Encoder/EncoderFactoryTest.php @@ -85,15 +85,19 @@ class SomeUser implements UserInterface public function getRoles() { } + public function getPassword() { } + public function getSalt() { } + public function getUsername() { } + public function eraseCredentials() { } |