diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2011-12-13 16:12:53 +0100 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2011-12-13 16:12:53 +0100 |
commit | 6b3a3b55d1d7318db0948afa3babb5fa953aa5d2 (patch) | |
tree | 5b7b6152a6f2d1c2fd39c3afc4fcb76197f87dd1 /Core/User | |
parent | 571b855fb77836023b28fc3bfd5d5a3b8459e847 (diff) | |
parent | d62274e7daa62c8dd1e2f772e108a773ca043a69 (diff) | |
download | symfony-security-6b3a3b55d1d7318db0948afa3babb5fa953aa5d2.zip symfony-security-6b3a3b55d1d7318db0948afa3babb5fa953aa5d2.tar.gz symfony-security-6b3a3b55d1d7318db0948afa3babb5fa953aa5d2.tar.bz2 |
merged 2.0
Diffstat (limited to 'Core/User')
-rw-r--r-- | Core/User/UserInterface.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Core/User/UserInterface.php b/Core/User/UserInterface.php index f6356fe..ed6ce0a 100644 --- a/Core/User/UserInterface.php +++ b/Core/User/UserInterface.php @@ -59,6 +59,7 @@ interface UserInterface * are relevant for assessing whether re-authentication is required. * * @param UserInterface $user + * * @return Boolean */ function equals(UserInterface $user); |