@@ -43,8 +43,8 @@ discard block |
||
| 43 | 43 | * @param \SimpleSAML\SAML2\XML\samlp\Extensions $extensions |
| 44 | 44 | */ |
| 45 | 45 | final public function __construct( |
| 46 | - NameID|EncryptedID $identifier, |
|
| 47 | - protected NewID|NewEncryptedID|Terminate $newIdentifier, |
|
| 46 | + NameID | EncryptedID $identifier, |
|
| 47 | + protected NewID | NewEncryptedID | Terminate $newIdentifier, |
|
| 48 | 48 | IDValue $id, |
| 49 | 49 | ?Issuer $issuer = null, |
| 50 | 50 | ?SAMLDateTimeValue $issueInstant = null, |
@@ -67,7 +67,7 @@ discard block |
||
| 67 | 67 | * \SimpleSAML\SAML2\XML\samlp\Terminate |
| 68 | 68 | * ) |
| 69 | 69 | */ |
| 70 | - public function getNewIdentifier(): NewID|NewEncryptedID|Terminate |
|
| 70 | + public function getNewIdentifier(): NewID | NewEncryptedID | Terminate |
|
| 71 | 71 | { |
| 72 | 72 | return $this->newIdentifier; |
| 73 | 73 | } |