Skip to content

Commit

Permalink
Add missing namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 12, 2024
1 parent b4f597a commit 5cf50c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ExtendableElementTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@

namespace SimpleSAML\XML;

use DOMElement;
use RuntimeException;
use SimpleSAML\Assert\Assert;
use SimpleSAML\XML\Chunk;
use SimpleSAML\XML\Constants as C;
use SimpleSAML\XML\Registry\ElementRegistry;
use SimpleSAML\XML\XsNamespace as NS;

use function array_diff;
Expand Down

0 comments on commit 5cf50c9

Please sign in to comment.