Skip to content

Commit

Permalink
Add wst classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 25, 2024
1 parent 1a15461 commit f075ed8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/XML/wst/AbstractClaimsType.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
use SimpleSAML\XML\ExtendableElementTrait;
use SimpleSAML\XML\XsNamespace as NS;

use function array_pop;

/**
* Class defining the ClaimsType element
*
Expand Down
2 changes: 0 additions & 2 deletions src/XML/wst/AbstractEntropyType.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use SimpleSAML\XML\ExtendableElementTrait;
use SimpleSAML\XML\XsNamespace as NS;

use function array_pop;

/**
* Class defining the EntropyType element
*
Expand Down
1 change: 0 additions & 1 deletion src/XML/wst/AbstractLifetimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use SimpleSAML\WSSecurity\XML\wsu\Created;
use SimpleSAML\WSSecurity\XML\wsu\Expires;
use SimpleSAML\XML\Exception\InvalidDOMElementException;
use SimpleSAML\XML\Exception\MissingElementException;
use SimpleSAML\XML\Exception\TooManyElementsException;

/**
Expand Down
2 changes: 0 additions & 2 deletions tests/WSSecurity/XML/wst/LifetimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@

use DateTimeImmutable;
use PHPUnit\Framework\TestCase;
use SimpleSAML\SOAP\Constants as SOAP;
use SimpleSAML\WSSecurity\XML\wst\Lifetime;
use SimpleSAML\WSSecurity\XML\wsu\Created;
use SimpleSAML\WSSecurity\XML\wsu\Expires;
use SimpleSAML\XML\Attribute as XMLAttribute;
use SimpleSAML\XML\DOMDocumentFactory;
use SimpleSAML\XML\TestUtils\SchemaValidationTestTrait;
use SimpleSAML\XML\TestUtils\SerializableElementTestTrait;
Expand Down

0 comments on commit f075ed8

Please sign in to comment.