Completed
Push — 0.4.x ( 61ba4f )
by Dmitry
15:42 queued 15:37
created
Bundle/SingleSignOnServiceProviderBundle/Context/AuthenticationContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\HttpFoundation\ParameterBag;
6 6
 use Symfony\Component\HttpFoundation\Request;
7
-use Symfony\Component\HttpFoundation\RequestStack;
8 7
 
9 8
 /**
10 9
  * Class AuthenticationContext
Please login to merge, or discard this patch.
EntryPoint/SingleSignOnAuthenticationEntryPoint.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Krtv\Bundle\SingleSignOnServiceProviderBundle\Context\AuthenticationContext;
6 6
 use Krtv\Bundle\SingleSignOnServiceProviderBundle\Context\AuthenticationContextFactory;
7
-use Symfony\Component\HttpFoundation\ParameterBag;
8 7
 use Symfony\Component\HttpFoundation\Request;
9 8
 use Symfony\Component\HttpKernel\UriSigner;
10 9
 use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
Please login to merge, or discard this patch.