@@ -358,10 +358,10 @@ |
||
| 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. |
@@ -49,16 +49,16 @@ |
||
| 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 | { |