@@ -29,8 +29,8 @@ |
||
29 | 29 | */ |
30 | 30 | public static function putQRTag( |
31 | 31 | \DOMDocument $dom, |
32 | - $certificate, |
|
33 | - $url = '' |
|
32 | + $certificate, |
|
33 | + $url = '' |
|
34 | 34 | ) |
35 | 35 | { |
36 | 36 | $mod = $dom->getElementsByTagName('mod')->item(0)->nodeValue; |
@@ -2379,9 +2379,9 @@ |
||
2379 | 2379 | return Strings::equilizeParameters($std, $possible, $this->replaceAccentedChars); |
2380 | 2380 | } |
2381 | 2381 | |
2382 | - /** |
|
2383 | - * Calcula hash sha1 retornando Base64Binary |
|
2384 | - */ |
|
2382 | + /** |
|
2383 | + * Calcula hash sha1 retornando Base64Binary |
|
2384 | + */ |
|
2385 | 2385 | protected function hashCSRT(string $CSRT): string |
2386 | 2386 | { |
2387 | 2387 | $comb = $CSRT . $this->chCTe; |