Skip to content

Commit def0dfc

Browse files
committed
Fix codesniffer-issues
1 parent 0d6d8c5 commit def0dfc

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
"simplesamlphp/simplesamlphp": "~2.5@dev",
4343
"simplesamlphp/xml-common": "~2.7",
4444
"simplesamlphp/xml-security": "~2.3",
45-
"symfony/http-foundation": "~7.4",
46-
"symfony/psr-http-message-bridge": "~7.4"
45+
"symfony/http-foundation": "~7.4"
4746
},
4847
"require-dev": {
4948
"beste/clock": "~3.0",

src/Controller/AttributeServer.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
use SimpleSAML\Assert\Assert;
1010
use SimpleSAML\Configuration;
1111
use SimpleSAML\Error;
12-
use SimpleSAML\Logger;
1312
use SimpleSAML\HTTP\RunnableResponse;
13+
use SimpleSAML\Logger;
1414
use SimpleSAML\Metadata\MetaDataStorageHandler;
15-
use SimpleSAML\SAML2\Binding\SynchronousBindingInterface;
1615
use SimpleSAML\SAML2\Binding\SOAP;
1716
use SimpleSAML\SAML2\Constants as C;
1817
use SimpleSAML\SAML2\Type\EntityIDValue;
@@ -45,8 +44,6 @@
4544
use SimpleSAML\XMLSecurity\XML\ds\X509Certificate;
4645
use SimpleSAML\XMLSecurity\XML\ds\X509Data;
4746
use SimpleSAML\XMLSecurity\XML\SignableElementInterface;
48-
use Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory;
49-
use Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory;
5047

5148
use function array_filter;
5249

tests/src/Controller/AttributeServerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function testMain(): void
8989
$this->assertTrue($response->isSuccessful());
9090
}
9191

92+
9293
/**
9394
* @return \SimpleSAML\SAML2\Binding\SOAP
9495
*/

0 commit comments

Comments
 (0)