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.