Passed
Push — master ( e9549c...b94f21 )
by
unknown
02:47
created
src/Common/Tools.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -358,7 +358,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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,
Please login to merge, or discard this patch.