Test Failed
Push — master ( d3c8d8...d4fc42 )
by JAIME ELMER
02:02
created
src/Sunat/Document/SunatDocument.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,8 @@
 block discarded – undo
84 84
             $amount = $baseAmount * $k;
85 85
             UblHelper::addAllowanceCharge($this, $currencyType, 'false', $item['reasonCode'], $item['multiplierFactor'], $amount, $baseAmount);
86 86
         }
87
-       // Totales
88
-       $this->addInvoiceLegalMonetaryTotal();
87
+        // Totales
88
+        $this->addInvoiceLegalMonetaryTotal();
89 89
         
90 90
     }
91 91
 
Please login to merge, or discard this patch.
src/Tools/FSInputGenerator.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
             // IGV percent
64 64
             if($cat5Item['id'] === Catalogo::CAT5_IGV){
65 65
                 $porIgvItem = Operations::formatAmount(SunatVars::IGV_PERCENT);
66
-            }else{
66
+            } else{
67 67
                 $porIgvItem = '0.00';
68 68
             }
69 69
             if ($Items->getPriceTypeCode($rowIndex) === Catalogo::CAT16_REF_VALUE) {
Please login to merge, or discard this patch.