Passed
Push — master ( ae433a...e40575 )
by Joe Nilson
02:04
created
Extension/Model/Cliente.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -16,18 +16,18 @@
 block discarded – undo
16 16
  * along with fsRepublicaDominicana. If not, see <http://www.gnu.org/licenses/>.
17 17
  */
18 18
 
19
- namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model;
19
+    namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model;
20 20
 
21
- class Cliente 
22
- {
21
+    class Cliente 
22
+    {
23 23
     /**
24 24
      * Payment type based on DGII table
25 25
      * @var string
26 26
      */
27 27
     public $ncftipopago;
28
-     /**
29
-      * Type of NCF to generate to the customer
30
-      * @var string
31
-      */
32
-     public $tipocomprobante;
33
- }
28
+        /**
29
+         * Type of NCF to generate to the customer
30
+         * @var string
31
+         */
32
+        public $tipocomprobante;
33
+    }
Please login to merge, or discard this patch.