Skip to content

Commit

Permalink
Merge pull request #306 from gersonfs/correcoes-testes
Browse files Browse the repository at this point in the history
Corrigindo erro dos testes automatizados
  • Loading branch information
robmachado authored Jul 1, 2024
2 parents 32e23b0 + ba27df7 commit 90a1778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
extensions: mbstring, intl, mysql, zlib, dom, openssl, soap, json, simplexml, libxml

- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Composer Install
run: |
Expand Down
1 change: 1 addition & 0 deletions src/Signer.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ public static function digestCheck($xml, $tagname = '', $canonical = self::CANON
} else {
$xpath = new \DOMXPath($dom);
$entries = $xpath->query('//@Id');
/** @var \DOMAttr $entry */
foreach ($entries as $entry) {
$tagname = $entry->ownerElement->nodeName;
break;
Expand Down

0 comments on commit 90a1778

Please sign in to comment.