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 8948709 commit 195b4d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/XML/wst/AbstractLifetimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
use SimpleSAML\XML\Exception\TooManyElementsException;

/**
* Class defining the LifeTimeType element
* Class defining the LifetimeType element
*
* @package tvdijen/ws-security
*/
abstract class AbstractLifeTimeType extends AbstractWstElement
abstract class AbstractLifetimeType extends AbstractWstElement
{
/**
* AbstractLifeTimeType constructor
* AbstractLifetimeType constructor
*
* @param \SimpleSAML\WSSecurity\XML\wsu\Created|null $created
* @param \SimpleSAML\WSSecurity\XML\wsu\Expires|null $expires
Expand Down

0 comments on commit 195b4d3

Please sign in to comment.