summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-10-30 09:28:22 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2013-10-30 09:28:22 +0100
commit2d03373e16a1f3f7947a0bf980ab76ecca61a310 (patch)
treebb2067896d7c86a0ed2e3ee195f3869b536bcb5e
parentb557e6c3e9a2b77e4f51f5aeb8db27795facaa43 (diff)
parenta591c6a0d159ee1941e039f79ef4e91aac9b2f64 (diff)
downloadsymfony-security-2d03373e16a1f3f7947a0bf980ab76ecca61a310.zip
symfony-security-2d03373e16a1f3f7947a0bf980ab76ecca61a310.tar.gz
symfony-security-2d03373e16a1f3f7947a0bf980ab76ecca61a310.tar.bz2
Merge branch '2.2' into 2.3v2.3.7
* 2.2: fixed CS Fixed the error handling when decoding invalid XML to avoid a Warning [Form] Fixed: The "data" option is taken into account even if it is NULL [DomCrawler] [HttpFoundation] Make `Content-Type` attributes identification case-insensitive Conflicts: src/Symfony/Component/Form/Extension/Core/Type/FormType.php
-rw-r--r--Http/Firewall/AbstractPreAuthenticatedListener.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Http/Firewall/AbstractPreAuthenticatedListener.php b/Http/Firewall/AbstractPreAuthenticatedListener.php
index fdc2e8c..94ae901 100644
--- a/Http/Firewall/AbstractPreAuthenticatedListener.php
+++ b/Http/Firewall/AbstractPreAuthenticatedListener.php
@@ -97,7 +97,7 @@ abstract class AbstractPreAuthenticatedListener implements ListenerInterface
/**
* Clears a PreAuthenticatedToken for this provider (if present)
- *
+ *
* @param AuthenticationException $exception
*/
private function clearToken(AuthenticationException $exception)