Completed
Pull Request — master (#238)
by
unknown
02:09
created
src/Resource/Customer.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -49,16 +49,16 @@
 block discarded – undo
49 49
      * Initialize a new instance.
50 50
      */
51 51
 
52
-     /**
53
-      *  Document type PJ.
54
-      *
55
-      * @const string
56
-      */
57
-     const TAX_DOCUMENT_PJ = 'CNPJ';
58
-
59
-     /**
60
-      * Initialize a new instance.
61
-      */
52
+        /**
53
+         *  Document type PJ.
54
+         *
55
+         * @const string
56
+         */
57
+        const TAX_DOCUMENT_PJ = 'CNPJ';
58
+
59
+        /**
60
+         * Initialize a new instance.
61
+         */
62 62
 
63 63
     public function initialize()
64 64
     {
Please login to merge, or discard this patch.