Completed
Pull Request — master (#116)
by
unknown
14:53
created
src/AerialShip/SamlSPBundle/Bridge/Authenticate.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace AerialShip\SamlSPBundle\Bridge;
4 4
 
5
-use AerialShip\LightSaml\Binding\HttpRedirect;
6 5
 use AerialShip\LightSaml\Meta\AuthnRequestBuilder;
7 6
 use AerialShip\SamlSPBundle\Config\ServiceInfoCollection;
8 7
 use AerialShip\SamlSPBundle\RelyingParty\RelyingPartyInterface;
Please login to merge, or discard this patch.
AerialShip/SamlSPBundle/DependencyInjection/AerialShipSamlSPExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace AerialShip\SamlSPBundle\DependencyInjection;
4 4
 
5
-use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
6 5
 use Symfony\Component\Config\FileLocator;
7 6
 use Symfony\Component\DependencyInjection\ContainerBuilder;
8 7
 use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
Please login to merge, or discard this patch.
src/AerialShip/SamlSPBundle/Bridge/LogoutReceiveRequest.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 AerialShip\LightSaml\Helper;
6 6
 use AerialShip\LightSaml\Meta\SerializationContext;
7
-use AerialShip\LightSaml\Model\Metadata\KeyDescriptor;
8 7
 use AerialShip\LightSaml\Model\Metadata\Service\SingleLogoutService;
9 8
 use AerialShip\LightSaml\Model\Protocol\LogoutRequest;
10 9
 use AerialShip\LightSaml\Model\Protocol\LogoutResponse;
Please login to merge, or discard this patch.