Test Setup Failed
Push — master ( 947c79...20ba58 )
by
unknown
34s queued 10s
created
src/Factories/ContingencyCTe.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         $dtEmi = new DateTime($ide->getElementsByTagName('dhEmi')->item(0)->nodeValue);
37 37
         $ano = $dtEmi->format('y');
38 38
         $mes = $dtEmi->format('m');
39
-        $tpEmis = (string)$contingency->tpEmis;
39
+        $tpEmis = (string) $contingency->tpEmis;
40 40
         $emit = $dom->getElementsByTagName('emit')->item(0);
41 41
         $cnpj = $emit->getElementsByTagName('CNPJ')->item(0)->nodeValue;
42 42
 
Please login to merge, or discard this patch.
src/Factories/Contingency.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
         $type = strtoupper(str_replace('-', '', $type));
115 115
 
116 116
         if (empty($type)) {
117
-            $type = (string)$list[$acronym];
117
+            $type = (string) $list[$acronym];
118 118
         }
119 119
         $this->config = $this->configBuild($dt->getTimestamp(), $motive, $type);
120 120
         return $this->__toString();
Please login to merge, or discard this patch.
src/Common/Tools.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -516,7 +516,7 @@
 block discarded – undo
516 516
     protected function sendRequest($request, array $parameters = [])
517 517
     {
518 518
         $this->checkSoap();
519
-        return (string)$this->soap->send(
519
+        return (string) $this->soap->send(
520 520
             $this->urlService,
521 521
             $this->urlMethod,
522 522
             $this->urlAction,
Please login to merge, or discard this patch.