Completed
Pull Request — 0.2.x (#14)
by
unknown
35:21 queued 16:59
created
Controller/SsoAuthenticationController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
5 5
 use Symfony\Component\HttpFoundation\Request;
6
-use Sensio\Bundle\FrameworkExtraBundle\Configuration\Security;
7
-use Symfony\Component\HttpFoundation\RedirectResponse;
8 6
 
9 7
 class SsoAuthenticationController extends Controller
10 8
 {
Please login to merge, or discard this patch.
DependencyInjection/KrtvSingleSignOnServiceProviderExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Symfony\Component\Config\FileLocator;
7 7
 use Symfony\Component\DependencyInjection\Alias;
8 8
 use Symfony\Component\DependencyInjection\ContainerBuilder;
9
-use Symfony\Component\DependencyInjection\DefinitionDecorator;
10 9
 use Symfony\Component\DependencyInjection\Exception\RuntimeException;
11 10
 use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
12 11
 use Symfony\Component\DependencyInjection\Reference;
Please login to merge, or discard this patch.