@@ -389,8 +389,7 @@ |
||
| 389 | 389 | } |
| 390 | 390 | |
| 391 | 391 | /** |
| 392 | - * @param string $Dom CTe xml content |
|
| 393 | - * @param string $xml CTe xml content |
|
| 392 | + * @param string $modal |
|
| 394 | 393 | * @return string|bool |
| 395 | 394 | * @todo |
| 396 | 395 | * Retorna o xml do modal especifico |
@@ -338,7 +338,7 @@ |
||
| 338 | 338 | $signed = $this->addQRCode($dom); |
| 339 | 339 | } |
| 340 | 340 | $this->isValid($this->versao, $signed, $method); |
| 341 | - $modal = (int)$dom->getElementsByTagName('modal')->item(0)->nodeValue; |
|
| 341 | + $modal = (int) $dom->getElementsByTagName('modal')->item(0)->nodeValue; |
|
| 342 | 342 | if ($modelo != 67) { |
| 343 | 343 | switch ($modal) { |
| 344 | 344 | case 1: |