Completed
Pull Request — master (#134)
by
unknown
01:42
created
src/Resource/Account.php 1 patch
Doc Comments   +6 added lines, -5 removed lines patch added patch discarded remove patch
@@ -342,8 +342,8 @@  discard block
 block discarded – undo
342 342
     /**
343 343
      * Set name from account.
344 344
      *
345
-     * @param string $name Account's person name.
346 345
      *
346
+     * @param string $lastname
347 347
      * @return \Moip\Resource\Account
348 348
      */
349 349
     public function setLastName($lastname)
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
     /**
357 357
      * Set birth date from account.
358 358
      *
359
-     * @param \DateTime|string $birthDate Date of birth of the credit card holder.
359
+     * @param string $birthDate Date of birth of the credit card holder.
360 360
      *
361 361
      * @return \Moip\Resource\Account
362 362
      */
@@ -412,7 +412,7 @@  discard block
 block discarded – undo
412 412
      *
413 413
      * @param string $number Número do documento.
414 414
      * @param string $issuer Emissor do documento.
415
-     * @param $issueDate
415
+     * @param string $issueDate
416 416
      * @param string $type Tipo do documento. Valores possíveis: RG.
417 417
      *
418 418
      * @return Account
@@ -534,7 +534,7 @@  discard block
 block discarded – undo
534 534
     /**
535 535
      * Set company opening date.
536 536
      *
537
-     * @param \DateTime|string $openingDate .
537
+     * @param string $openingDate .
538 538
      *
539 539
      * @return $this
540 540
      */
@@ -567,8 +567,9 @@  discard block
 block discarded – undo
567 567
     /**
568 568
      * Set company tax document.
569 569
      *
570
-     * @param string $documentNumber .
571 570
      *
571
+     * @param string $cnae
572
+     * @param string $description
572 573
      * @return $this
573 574
      */
574 575
     public function setCompanyMainActivity($cnae, $description)
Please login to merge, or discard this patch.