Skip to content

Commit

Permalink
WIP: create fed classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 8, 2024
1 parent 8afa904 commit 4dfce38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XML/fed/AbstractFreshnessType.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static function fromXML(DOMElement $xml): static
return new static(
intval($xml->textContent),
self::getOptionalBooleanAttribute($xml, 'AllowCache', null),
self::getAttributesNSFromXML($xml),
self::getAttributesNSFromXML($xml),
);
}

Expand Down

0 comments on commit 4dfce38

Please sign in to comment.