Skip to content

Commit cf179d4

Browse files
committed
Fix codesniffer errors
1 parent f0b3863 commit cf179d4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

phpcs.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
<exclude-pattern>tests/SAML2/XML/saml/AuthnContextTest.php</exclude-pattern>
4242
<exclude-pattern>tests/SAML2/XML/saml/EncryptedAssertionTest.php</exclude-pattern>
4343
<exclude-pattern>tests/SAML2/XML/saml/EncryptedIDTest.php</exclude-pattern>
44+
<exclude-pattern>tests/SAML2/XML/saml/SubjectConfirmationTest.php</exclude-pattern>
45+
<exclude-pattern>tests/SAML2/XML/samlp/AuthnRequestTest.php</exclude-pattern>
4446
<exclude-pattern>tests/SAML2/XML/samlp/RequestedAuthnContextTest.php</exclude-pattern>
4547
<exclude-pattern>tests/SAML2/XML/samlp/StatusDetailTest.php</exclude-pattern>
4648
<exclude-pattern>tests/SAML2/XML/shibmd/KeyAuthorityTest.php</exclude-pattern>

src/Binding.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace SimpleSAML\SAML2;
66

77
use Psr\Http\Message\{ResponseInterface, ServerRequestInterface};
8-
use SimpleSAML\SAML2\Assert\Assert;
98
use SimpleSAML\SAML2\Binding\{HTTPArtifact, HTTPPost, HTTPRedirect, SOAP};
109
use SimpleSAML\SAML2\Constants as C;
1110
use SimpleSAML\SAML2\Exception\Protocol\UnsupportedBindingException;

tests/SAML2/Binding/HTTPRedirectTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
use SimpleSAML\SAML2\XML\saml\Issuer;
1717
use SimpleSAML\SAML2\XML\samlp\{AbstractRequest, AuthnRequest, Response, Status, StatusCode};
1818
use SimpleSAML\XML\Type\IDValue;
19-
use SimpleSAML\XMLSecurity\Alg\Signature\SignatureAlgorithmFactory;
20-
use SimpleSAML\XMLSecurity\TestUtils\PEMCertificatesMock;
2119

2220
/**
2321
* @package simplesamlphp\saml2

0 commit comments

Comments
 (0)