Completed
Branch release-4-alpha (2ab080)
by Tim
02:00
created
src/SAML2/Assertion.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 RobRichards\XMLSecLibs\XMLSecEnc;
6 6
 use RobRichards\XMLSecLibs\XMLSecurityKey;
7
-use SAML2\Exception\RuntimeException;
8 7
 use SAML2\Utilities\Temporal;
9 8
 use SAML2\XML\Chunk;
10 9
 use SAML2\XML\saml\SubjectConfirmation;
Please login to merge, or discard this patch.
src/SAML2/Certificate/KeyLoader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use SAML2\Certificate\Exception\InvalidCertificateStructureException;
8 8
 use SAML2\Certificate\Exception\NoKeysFoundException;
9 9
 use SAML2\Configuration\CertificateProvider;
10
-use SAML2\Exception\InvalidArgumentException;
11 10
 use SAML2\Utilities\Certificate;
12 11
 use SAML2\Utilities\File;
13 12
 
Please login to merge, or discard this patch.
src/SAML2/Certificate/PrivateKey.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 namespace SAML2\Certificate;
6 6
 
7
-use SAML2\Exception\InvalidArgumentException;
8
-
9 7
 final class PrivateKey extends Key
10 8
 {
11 9
     public static function create(string $keyContents, string $passphrase = null)
Please login to merge, or discard this patch.