Skip to content

Commit bf7c173

Browse files
committed
Order use-statements alphabetically
1 parent f1d26b6 commit bf7c173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Registry/ElementRegistry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
namespace SimpleSAML\XML\Registry;
66

7-
use SimpleSAML\XML\Assert\Assert;
87
use SimpleSAML\XML\AbstractElement;
8+
use SimpleSAML\XML\Assert\Assert;
99
use SimpleSAML\XML\Exception\InvalidDOMElementException;
1010
use SimpleSAML\XML\Exception\IOException;
1111
use Symfony\Component\Finder\Finder;

0 commit comments

Comments
 (0)