Passed
Push — master ( 0a2e3a...6b9fed )
by
unknown
55s queued 10s
created
src/Common/Tools.php 1 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.