summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-09-13 14:20:37 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2013-09-13 14:20:37 +0200
commit249d6e8f35504cb9bfcc3fb1895f41393e8c9e96 (patch)
tree74f7be3753efb9bc1f2ff4eb4b37fafbdae976e9
parent21e1cf7af986cce991eb77460765a98181936815 (diff)
parentd871dc4f0a969fced05085dada3f6e03974a21a9 (diff)
downloadsymfony-security-249d6e8f35504cb9bfcc3fb1895f41393e8c9e96.zip
symfony-security-249d6e8f35504cb9bfcc3fb1895f41393e8c9e96.tar.gz
symfony-security-249d6e8f35504cb9bfcc3fb1895f41393e8c9e96.tar.bz2
Merge branch '2.2' into 2.3
* 2.2: [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. Conflicts: src/Symfony/Component/HttpKernel/Debug/ErrorHandler.php
-rw-r--r--Core/User/UserInterface.php2
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();
}