@@ -328,6 +328,11 @@ |
||
328 | 328 | return $signed; |
329 | 329 | } |
330 | 330 | |
331 | + /** |
|
332 | + * @param string $signed |
|
333 | + * |
|
334 | + * @return string |
|
335 | + */ |
|
331 | 336 | protected function addQRCode($signed) |
332 | 337 | { |
333 | 338 | $dom = new Dom('1.0', 'UTF-8'); |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | |
37 | 37 | /** |
38 | 38 | * Constructor |
39 | - * @param NFePHP\Common\DOMImproved $dom |
|
39 | + * @param Dom $dom |
|
40 | 40 | */ |
41 | 41 | public function __construct(\NFePHP\Common\DOMImproved $dom = null) |
42 | 42 | { |
@@ -101,6 +101,9 @@ discard block |
||
101 | 101 | return $node; |
102 | 102 | } |
103 | 103 | |
104 | + /** |
|
105 | + * @param stdClass $std |
|
106 | + */ |
|
104 | 107 | protected function checkIfContentsExists($std) |
105 | 108 | { |
106 | 109 | $response = false; |