summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/AuthenticationFailureHandlerInterface.php
diff options
context:
space:
mode:
authorbronze1man <bronze1man@gmail.com>2013-09-18 20:41:53 +0800
committerFabien Potencier <fabien.potencier@gmail.com>2013-09-19 11:36:05 +0200
commitc30af3532143759579e27c90c01e7c38e830cc80 (patch)
tree3d99ddce6b8e1f102c3e75705a2275276e3a70c4 /Http/Authentication/AuthenticationFailureHandlerInterface.php
parent89d082808b9b8c7b78c57cb5fee625383305c3db (diff)
downloadsymfony-security-c30af3532143759579e27c90c01e7c38e830cc80.zip
symfony-security-c30af3532143759579e27c90c01e7c38e830cc80.tar.gz
symfony-security-c30af3532143759579e27c90c01e7c38e830cc80.tar.bz2
Fix some annotates
Diffstat (limited to 'Http/Authentication/AuthenticationFailureHandlerInterface.php')
-rw-r--r--Http/Authentication/AuthenticationFailureHandlerInterface.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Http/Authentication/AuthenticationFailureHandlerInterface.php b/Http/Authentication/AuthenticationFailureHandlerInterface.php
index 8dbd29a..e2d375e 100644
--- a/Http/Authentication/AuthenticationFailureHandlerInterface.php
+++ b/Http/Authentication/AuthenticationFailureHandlerInterface.php
@@ -13,6 +13,7 @@ namespace Symfony\Component\Security\Http\Authentication;
use Symfony\Component\Security\Core\Exception\AuthenticationException;
use Symfony\Component\HttpFoundation\Request;
+use Symfony\Component\HttpFoundation\Response;
/**
* Interface for custom authentication failure handlers.