Skip to content

Commit

Permalink
Fix return-type
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 13, 2024
1 parent ed04b7d commit 2c86c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExtendableElementTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ trait ExtendableElementTrait
* @param \DOMElement $xml
* @param \SimpleSAML\XML\XsNamespace|array|null $namespace
*
* @return array<int, \SimpleSAML\XML\AbstractElement> $elements
* @return list<\SimpleSAML\XML\SerializableElementInterface> $elements
*/
protected static function getChildElementsFromXML(DOMElement $xml, NS|array $namespace = null): array
{
Expand Down

0 comments on commit 2c86c30

Please sign in to comment.