Skip to content

Commit 90a1778

Browse files
authored
Merge pull request #306 from gersonfs/correcoes-testes
Corrigindo erro dos testes automatizados
2 parents 32e23b0 + ba27df7 commit 90a1778

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
extensions: mbstring, intl, mysql, zlib, dom, openssl, soap, json, simplexml, libxml
2727

2828
- name: checkout
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Composer Install
3232
run: |

src/Signer.php

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ public static function digestCheck($xml, $tagname = '', $canonical = self::CANON
286286
} else {
287287
$xpath = new \DOMXPath($dom);
288288
$entries = $xpath->query('//@Id');
289+
/** @var \DOMAttr $entry */
289290
foreach ($entries as $entry) {
290291
$tagname = $entry->ownerElement->nodeName;
291292
break;

0 commit comments

Comments
 (0)