Skip to content

Commit 36e01ce

Browse files
committed
Fix phpdoc: it's an array in SSP-format, not an array of actual AttributeAuthorityDescriptors
1 parent e07d2e9 commit 36e01ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SimpleSAML/Metadata/SAMLParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ public function getMetadata20IdP(): ?array
708708
/**
709709
* Retrieve AttributeAuthorities from the metadata.
710710
*
711-
* @return \SAML2\XML\md\AttributeAuthorityDescriptor[] Array of AttributeAuthorityDescriptor entries.
711+
* @return array<mixed> Array of AttributeAuthorityDescriptor entries.
712712
*/
713713
public function getAttributeAuthorities(): array
714714
{

0 commit comments

Comments
 (0)