Skip to content

Commit

Permalink
phpstan ...
Browse files Browse the repository at this point in the history
Signed-off-by: Menno van Leeuwen <[email protected]>
  • Loading branch information
vleeuwenmenno committed May 4, 2022
1 parent cd55416 commit 09dd548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Helper/XmlHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public static function DateConvert(\SimpleXMLElement $simpleXml, array $property

/** @var array<SimpleXMLElement> $nodes */
foreach ($nodes as $node) {
/** @phpstan-ignore-next-line */
$node[0] = EntityHelper::formatDateCreated((string) $node);
}
}
Expand Down

0 comments on commit 09dd548

Please sign in to comment.