Skip to content

Commit

Permalink
Definido tipo correto de dado
Browse files Browse the repository at this point in the history
  • Loading branch information
gersonfs committed Jul 1, 2024
1 parent 64bcbe1 commit 8bb347a
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 @@ -303,6 +303,7 @@ public static function digestCheck($xml, $tagname = '', $canonical = self::CANON
$tagname = $root->nodeName;
} else {
$xpath = new \DOMXPath($dom);
/** @var \DOMNodeList $entries */
$entries = $xpath->query('//@Id');
foreach ($entries as $entry) {
$tagname = $entry->ownerElement->nodeName;

Check failure on line 309 in src/Signer.php

View workflow job for this annotation

GitHub Actions / Testes Automatizados (8.0)

Access to an undefined property DOMNode::$ownerElement.

Check failure on line 309 in src/Signer.php

View workflow job for this annotation

GitHub Actions / Testes Automatizados (8.1)

Access to an undefined property DOMNode::$ownerElement.

Check failure on line 309 in src/Signer.php

View workflow job for this annotation

GitHub Actions / Testes Automatizados (8.2)

Access to an undefined property DOMNode::$ownerElement.
Expand Down

0 comments on commit 8bb347a

Please sign in to comment.