Skip to content

Commit

Permalink
Add ds:SPKIData element
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Dec 3, 2024
1 parent 041bb05 commit 5bcff09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/XML/ds/AbstractSPKIDataType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

View workflow job for this annotation

GitHub Actions / Quality control

PHPDoc tag @param for parameter $tuples contains unresolvable type.

Check failure on line 28 in src/XML/ds/AbstractSPKIDataType.php

View workflow job for this annotation

GitHub Actions / Quality control

PHPDoc tag @param for parameter $tuples contains unresolvable type.
protected array $tuples,

Check failure on line 29 in src/XML/ds/AbstractSPKIDataType.php

View workflow job for this annotation

GitHub Actions / Quality control

PHPDoc type for property SimpleSAML\XMLSecurity\XML\ds\AbstractSPKIDataType::$tuples contains unresolvable type.

Check failure on line 29 in src/XML/ds/AbstractSPKIDataType.php

View workflow job for this annotation

GitHub Actions / Quality control

PHPDoc type for property SimpleSAML\XMLSecurity\XML\ds\AbstractSPKIDataType::$tuples contains unresolvable type.
Expand All @@ -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

View workflow job for this annotation

GitHub Actions / Quality control

PHPDoc tag @return contains unresolvable type.

Check failure on line 47 in src/XML/ds/AbstractSPKIDataType.php

View workflow job for this annotation

GitHub Actions / Quality control

PHPDoc tag @return contains unresolvable type.
{
Expand Down

0 comments on commit 5bcff09

Please sign in to comment.