|
9 | 9 | use SimpleSAML\SAML11\Compat\ContainerSingleton; |
10 | 10 | use SimpleSAML\SAML11\Constants as C; |
11 | 11 | use SimpleSAML\SAML11\Exception\VersionMismatchException; |
| 12 | +use SimpleSAML\SAML11\Type\SAMLDateTimeValue; |
| 13 | +use SimpleSAML\SAML11\Type\SAMLStringValue; |
12 | 14 | use SimpleSAML\SAML11\Utils\XPath; |
13 | | -use SimpleSAML\SAML11\Type\{SAMLDateTimeValue, SAMLStringValue}; |
14 | | -use SimpleSAML\XMLSchema\Exception\{ |
15 | | - InvalidDOMElementException, |
16 | | - MissingElementException, |
17 | | - SchemaViolationException, |
18 | | - TooManyElementsException, |
19 | | -}; |
20 | | -use SimpleSAML\XMLSchema\Type\{IDValue, NonNegativeIntegerValue}; |
| 15 | +use SimpleSAML\XMLSchema\Exception\InvalidDOMElementException; |
| 16 | +use SimpleSAML\XMLSchema\Exception\MissingElementException; |
| 17 | +use SimpleSAML\XMLSchema\Exception\SchemaViolationException; |
| 18 | +use SimpleSAML\XMLSchema\Exception\TooManyElementsException; |
| 19 | +use SimpleSAML\XMLSchema\Type\IDValue; |
| 20 | +use SimpleSAML\XMLSchema\Type\NonNegativeIntegerValue; |
21 | 21 | use SimpleSAML\XMLSecurity\XML\ds\Signature; |
22 | | -use SimpleSAML\XMLSecurity\XML\{SignableElementInterface, SignableElementTrait}; |
23 | | -use SimpleSAML\XMLSecurity\XML\{SignedElementInterface, SignedElementTrait}; |
| 22 | +use SimpleSAML\XMLSecurity\XML\SignableElementInterface; |
| 23 | +use SimpleSAML\XMLSecurity\XML\SignableElementTrait; |
| 24 | +use SimpleSAML\XMLSecurity\XML\SignedElementInterface; |
| 25 | +use SimpleSAML\XMLSecurity\XML\SignedElementTrait; |
24 | 26 |
|
25 | 27 | use function array_filter; |
26 | 28 | use function array_merge; |
|
0 commit comments