Completed
Push — master ( c25dd9...751246 )
by Adrian
09:09
created
src/Graviton/RestBundle/Controller/RestController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -713,7 +713,7 @@
 block discarded – undo
713 713
     /**
714 714
      * Security needs to be enabled to get Object.
715 715
      *
716
-     * @return SecurityUser
716
+     * @return UserInterface
717 717
      * @throws PreconditionRequiredHttpException
718 718
      */
719 719
     public function getSecurityUser()
Please login to merge, or discard this patch.
SecurityBundle/Tests/Authentication/Strategies/HeaderFieldStrategyTest.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\Strategies;
7 7
 
8 8
 use Graviton\TestBundle\Test\WebTestCase;
9
-use Symfony\Component\HttpFoundation\RequestStack;
10 9
 
11 10
 /**
12 11
  * Class HeaderFieldStrategyTest
Please login to merge, or discard this patch.
Graviton/SecurityBundle/Authentication/Strategies/CookieFieldStrategy.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\Strategies;
7 7
 
8 8
 use Graviton\TestBundle\Test\WebTestCase;
9
-use Symfony\Component\HttpFoundation\RequestStack;
10 9
 
11 10
 /**
12 11
  * Class HeaderFieldStrategyTest
Please login to merge, or discard this patch.