Completed
Push — feature/evo-2472-whoami ( 0b5c82...b4d617 )
by Jan
20:51
created
src/Graviton/TestBundle/Test/GravitonTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Graviton/MigrationBundle/Command/MongodbMigrateCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
SecurityBundle/Authentication/AirlockAuthenticationKeyAuthenticator.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Authentication/Provider/AirlockAuthenticationKeyConsultantProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.