Skip to content

Commit 6d8ac60

Browse files
committed
Fix order of use-statements
1 parent e9a10dc commit 6d8ac60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/XML/xenc/EncryptionPropertiesTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
use PHPUnit\Framework\TestCase;
88
use SimpleSAML\XML\Attribute as XMLAttribute;
99
use SimpleSAML\XML\Chunk;
10-
use SimpleSAML\XML\DOMDocumentFactory;
1110
use SimpleSAML\XML\Constants as C;
11+
use SimpleSAML\XML\DOMDocumentFactory;
1212
use SimpleSAML\XML\TestUtils\SchemaValidationTestTrait;
1313
use SimpleSAML\XML\TestUtils\SerializableElementTestTrait;
1414
use SimpleSAML\XMLSecurity\XML\xenc\EncryptionProperties;

tests/XML/xenc/EncryptionPropertyTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
use PHPUnit\Framework\TestCase;
88
use SimpleSAML\XML\Attribute as XMLAttribute;
99
use SimpleSAML\XML\Chunk;
10-
use SimpleSAML\XML\DOMDocumentFactory;
1110
use SimpleSAML\XML\Constants as C;
11+
use SimpleSAML\XML\DOMDocumentFactory;
1212
use SimpleSAML\XML\TestUtils\SchemaValidationTestTrait;
1313
use SimpleSAML\XML\TestUtils\SerializableElementTestTrait;
1414
use SimpleSAML\XMLSecurity\XML\xenc\EncryptionProperty;

0 commit comments

Comments
 (0)