Passed
Push — master ( 88ea97...aa75e3 )
by Joe Nilson
02:36
created
Extension/Model/Cliente.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -21,13 +21,13 @@
 block discarded – undo
21 21
 class Cliente
22 22
 {
23 23
     /**
24
-    * Payment type based on DGII table
25
-    * @var string
26
-    */
24
+     * Payment type based on DGII table
25
+     * @var string
26
+     */
27 27
     public $ncftipopago;
28 28
     /**
29
-    * Type of NCF to generate to the customer
30
-    * @var string
31
-    */
29
+     * Type of NCF to generate to the customer
30
+     * @var string
31
+     */
32 32
     public $tipocomprobante;
33 33
 }
Please login to merge, or discard this patch.