Completed
Pull Request — master (#173)
by
unknown
01:39
created
src/Resource/Account.php 1 patch
Doc Comments   +6 added lines, -5 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
      *
137 137
      * @param string $tax_document
138 138
      *
139
-     * @return stdClass
139
+     * @return boolean
140 140
      */
141 141
     public function checkAccountExists($tax_document)
142 142
     {
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
     /**
374 374
      * Set birth date from account.
375 375
      *
376
-     * @param \DateTime|string $birthDate Date of birth of the credit card holder.
376
+     * @param string $birthDate Date of birth of the credit card holder.
377 377
      *
378 378
      * @return \Moip\Resource\Account
379 379
      */
@@ -429,7 +429,7 @@  discard block
 block discarded – undo
429 429
      *
430 430
      * @param string $number Número do documento.
431 431
      * @param string $issuer Emissor do documento.
432
-     * @param $issueDate
432
+     * @param string $issueDate
433 433
      * @param string $type Tipo do documento. Valores possíveis: RG.
434 434
      *
435 435
      * @return Account
@@ -562,7 +562,7 @@  discard block
 block discarded – undo
562 562
     /**
563 563
      * Set company opening date.
564 564
      *
565
-     * @param \DateTime|string $openingDate .
565
+     * @param string $openingDate .
566 566
      *
567 567
      * @return $this
568 568
      */
@@ -597,8 +597,9 @@  discard block
 block discarded – undo
597 597
     /**
598 598
      * Set company tax document.
599 599
      *
600
-     * @param string $documentNumber .
601 600
      *
601
+     * @param string $cnae
602
+     * @param string $description
602 603
      * @return $this
603 604
      */
604 605
     public function setCompanyMainActivity($cnae, $description)
Please login to merge, or discard this patch.