Skip to content

Commit

Permalink
Remove obsolete use-statements
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Feb 16, 2022
1 parent 9ec8be9 commit 78baef5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/AbstractSerializableXML.php
Expand Up @@ -6,7 +6,6 @@

use DOMElement;
use SimpleSAML\XML\DOMDocumentFactory;
use Serializable;

use function get_object_vars;

Expand Down
1 change: 0 additions & 1 deletion src/AbstractXMLElement.php
Expand Up @@ -8,7 +8,6 @@
use RuntimeException;
use SimpleSAML\XML\DOMDocumentFactory;
use SimpleSAML\XML\Exception\MissingAttributeException;
use Serializable;
use SimpleSAML\Assert\Assert;

use function array_slice;
Expand Down

0 comments on commit 78baef5

Please sign in to comment.