diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2013-09-13 14:20:47 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2013-09-13 14:20:47 +0200 |
commit | 5576b65466e6e1016923e1461f462d024235f413 (patch) | |
tree | 06ee5f5098fed405ba21d7925fac0d52935efedc | |
parent | 7da45f834335215bb638e14056e8d8a61b12ed8c (diff) | |
parent | 249d6e8f35504cb9bfcc3fb1895f41393e8c9e96 (diff) | |
download | symfony-security-5576b65466e6e1016923e1461f462d024235f413.zip symfony-security-5576b65466e6e1016923e1461f462d024235f413.tar.gz symfony-security-5576b65466e6e1016923e1461f462d024235f413.tar.bz2 |
Merge branch '2.3'
* 2.3:
[FrameworkBundle][Security] Replaced void return type with null for consistency
fixed CS
NativeSessionStorage regenerate
removed unneeded comment
Use setTimeZone if this method exists.
Fix FileResource test
fixed wrong usage of unset()
[HttpFoundation] Fixed the way path to directory is trimmed.
[Console] Fixed argument parsing when a single dash is passed.
-rw-r--r-- | Core/User/UserInterface.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Core/User/UserInterface.php b/Core/User/UserInterface.php index f5bbde2..6e9b0f1 100644 --- a/Core/User/UserInterface.php +++ b/Core/User/UserInterface.php @@ -80,8 +80,6 @@ interface UserInterface * * This is important if, at any given point, sensitive information like * the plain-text password is stored on this object. - * - * @return void */ public function eraseCredentials(); } |