Skip to content

Commit

Permalink
Definido tipo correto de dado 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gersonfs committed Jul 1, 2024
1 parent 8bb347a commit 2ea3964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Signer.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ public static function digestCheck($xml, $tagname = '', $canonical = self::CANON
$xpath = new \DOMXPath($dom);
/** @var \DOMNodeList $entries */
$entries = $xpath->query('//@Id');
/** @var \DOMAttr $entry */
foreach ($entries as $entry) {
$tagname = $entry->ownerElement->nodeName;
break;
Expand Down

0 comments on commit 2ea3964

Please sign in to comment.