@@ -34,7 +34,7 @@ |
||
34 | 34 | * |
35 | 35 | * @param array $options array of options, default: empty, currently ignored |
36 | 36 | * |
37 | - * @return \Graviton\AppKernel |
|
37 | + * @return \Symfony\Component\HttpKernel\KernelInterface |
|
38 | 38 | */ |
39 | 39 | public static function createKernel(array $options = array()) |
40 | 40 | { |
@@ -112,7 +112,7 @@ |
||
112 | 112 | * non local stuff centrally. |
113 | 113 | * |
114 | 114 | * @param string $filepath path to configuration file |
115 | - * @param Output $output ouput interface need by config parser to do stuff |
|
115 | + * @param OutputInterface $output ouput interface need by config parser to do stuff |
|
116 | 116 | * |
117 | 117 | * @return AntiMattr\MongoDB\Migrations\Configuration\Configuration |
118 | 118 | */ |
@@ -124,7 +124,7 @@ |
||
124 | 124 | * @param Request $request original request |
125 | 125 | * @param AuthenticationException $exception exception from auth attempt |
126 | 126 | * |
127 | - * @return Response|null |
|
127 | + * @return Response |
|
128 | 128 | */ |
129 | 129 | public function onAuthenticationFailure(Request $request, AuthenticationException $exception) |
130 | 130 | { |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Graviton\SecurityBundle\Authentication\Strategies\StrategyInterface; |
9 | 9 | use Graviton\SecurityBundle\Authentication\Provider\AirlockAuthenticationKeyUserProvider; |
10 | 10 | use Psr\Log\LoggerInterface; |
11 | -use Symfony\Component\HttpFoundation\HeaderBag; |
|
12 | 11 | use Symfony\Component\HttpFoundation\Request; |
13 | 12 | use Symfony\Component\HttpFoundation\Response; |
14 | 13 | use Symfony\Component\Security\Core\Authentication\SimplePreAuthenticatorInterface as SimplePreAuthInterface; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | namespace Graviton\SecurityBundle\Authentication\Provider; |
7 | 7 | |
8 | 8 | use Graviton\SecurityBundle\Entities\SecurityConsultant; |
9 | -use GravitonDyn\ContractBundle\Document\Contract; |
|
10 | 9 | use \Graviton\RestBundle\Model\ModelInterface; |
11 | 10 | use Symfony\Component\Security\Core\Exception\UnsupportedUserException; |
12 | 11 | use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; |