Passed
Push — master ( 0a2e3a...6b9fed )
by
unknown
55s queued 10s
created
src/Common/Tools.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -389,8 +389,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -338,7 +338,7 @@
 block discarded – undo
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:
Please login to merge, or discard this patch.