Skip to content

Commit

Permalink
Order use-statements alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 10, 2025
1 parent f1d26b6 commit bf7c173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Registry/ElementRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace SimpleSAML\XML\Registry;

use SimpleSAML\XML\Assert\Assert;
use SimpleSAML\XML\AbstractElement;
use SimpleSAML\XML\Assert\Assert;
use SimpleSAML\XML\Exception\InvalidDOMElementException;
use SimpleSAML\XML\Exception\IOException;
use Symfony\Component\Finder\Finder;
Expand Down

0 comments on commit bf7c173

Please sign in to comment.