Completed
Pull Request — master (#248)
by
unknown
02:33
created
src/Resource/Account.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -358,10 +358,10 @@
 block discarded – undo
358 358
      *
359 359
      * @return stdClass
360 360
      */
361
-     public function getPasswordLink()
362
-         {
363
-             return $this->getIfSet('_links')->setPassword->href;
364
-         }
361
+        public function getPasswordLink()
362
+            {
363
+                return $this->getIfSet('_links')->setPassword->href;
364
+            }
365 365
 
366 366
     /**
367 367
      * Get account type.
Please login to merge, or discard this patch.
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.