-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ abstract class AbstractSPKIDataType extends AbstractDsElement | |
/** | ||
* Initialize a SPKIData element. | ||
* | ||
* @param array<\SimpleSAML\XMLSecurity\XML\ds\SPKISexp, SimpleSAML\XML\SerializableElementInterface|null> $tuples | ||
* @param array<\SimpleSAML\XMLSecurity\XML\ds\SPKISexp, \SimpleSAML\XML\SerializableElementInterface|null> $tuples | ||
*/ | ||
final public function __construct( | ||
Check failure on line 28 in src/XML/ds/AbstractSPKIDataType.php GitHub Actions / Quality control
Check failure on line 28 in src/XML/ds/AbstractSPKIDataType.php GitHub Actions / Quality control
|
||
protected array $tuples, | ||
Check failure on line 29 in src/XML/ds/AbstractSPKIDataType.php GitHub Actions / Quality control
|
||
|
@@ -42,7 +42,7 @@ final public function __construct( | |
/** | ||
* Collect the value of the SPKISexp-property | ||
* | ||
* @return array<\SimpleSAML\XMLSecurity\XML\ds\SPKISexp, SimpleSAML\XML\SerializableElementInterface|null> | ||
* @return array<\SimpleSAML\XMLSecurity\XML\ds\SPKISexp, \SimpleSAML\XML\SerializableElementInterface|null> | ||
*/ | ||
public function getTuples(): array | ||
Check failure on line 47 in src/XML/ds/AbstractSPKIDataType.php GitHub Actions / Quality control
Check failure on line 47 in src/XML/ds/AbstractSPKIDataType.php GitHub Actions / Quality control
|
||
{ | ||
|