Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Dec 16, 2024
1 parent 4d07c91 commit c9536f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Utils/URIElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
namespace SimpleSAML\Test\XML;

use SimpleSAML\XML\AbstractElement;
use SimpleSAML\XML\URIElementTrait;
use SimpleSAML\XML\SchemaValidatableElementInterface;
use SimpleSAML\XML\SchemaValidatableElementTrait;
use SimpleSAML\XML\URIElementTrait;

/**
* Empty shell class for testing URIElement.
Expand Down

0 comments on commit c9536f4

Please sign in to comment.