@@ -358,7 +358,7 @@ discard block |
||
| 358 | 358 | $signed = $this->addQRCode($dom); |
| 359 | 359 | } |
| 360 | 360 | $this->isValid($this->versao, $signed, $method); |
| 361 | - $modal = (int)$dom->getElementsByTagName('modal')->item(0)->nodeValue; |
|
| 361 | + $modal = (int) $dom->getElementsByTagName('modal')->item(0)->nodeValue; |
|
| 362 | 362 | if ($modelo != 67) { |
| 363 | 363 | switch ($modal) { |
| 364 | 364 | case 1: |
@@ -598,7 +598,7 @@ discard block |
||
| 598 | 598 | protected function sendRequest($request, array $parameters = []) |
| 599 | 599 | { |
| 600 | 600 | $this->checkSoap(); |
| 601 | - return (string)$this->soap->send( |
|
| 601 | + return (string) $this->soap->send( |
|
| 602 | 602 | $this->urlService, |
| 603 | 603 | $this->urlMethod, |
| 604 | 604 | $this->urlAction, |