Completed
Branch master (6ef477)
by Peter
10:07
created
src/TreeHouse/BaseApiBundle/Controller/BaseApiController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
 use Symfony\Component\HttpFoundation\Response;
12 12
 use Symfony\Component\Security\Core\User\UserInterface;
13 13
 use Symfony\Component\Validator\Validator\ValidatorInterface;
14
-use TreeHouse\BaseApiBundle\Security\SecurityContext;
15 14
 use TreeHouse\BaseApiBundle\Exception\ValidationException;
15
+use TreeHouse\BaseApiBundle\Security\SecurityContext;
16 16
 
17 17
 abstract class BaseApiController extends Controller
18 18
 {
Please login to merge, or discard this patch.
src/TreeHouse/BaseApiBundle/Tests/Security/SecurityContextTest.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.