Completed
Pull Request — master (#14)
by Cas
21:03 queued 18:23
created
src/TreeHouse/BaseApiBundle/Controller/BaseApiController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace TreeHouse\BaseApiBundle\Tests\Security;
4 4
 
5
-use TreeHouse\BaseApiBundle\Security\SecurityContext;
6 5
 use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
7 6
 use Symfony\Component\Security\Core\User\UserInterface;
7
+use TreeHouse\BaseApiBundle\Security\SecurityContext;
8 8
 
9 9
 class SecurityContextTest extends \PHPUnit_Framework_TestCase
10 10
 {
Please login to merge, or discard this patch.