Completed
Push — master ( 5ee26e...e9a9b7 )
by Jean C.
02:22
created
src/Resource/Account.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -289,8 +289,8 @@  discard block
 block discarded – undo
289 289
     /**
290 290
      * Set name from account.
291 291
      *
292
-     * @param string $name Account's person name.
293 292
      *
293
+     * @param string $lastname
294 294
      * @return \Moip\Resource\Account
295 295
      */
296 296
     public function setLastName($lastname)
@@ -303,7 +303,7 @@  discard block
 block discarded – undo
303 303
     /**
304 304
      * Set birth date from account.
305 305
      *
306
-     * @param \DateTime|string $birthDate Date of birth of the credit card holder.
306
+     * @param string $birthDate Date of birth of the credit card holder.
307 307
      *
308 308
      * @return \Moip\Resource\Account
309 309
      */
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
359 359
      *
360 360
      * @param string $number Número do documento.
361 361
      * @param string $issuer Emissor do documento.
362
-     * @param $issueDate
362
+     * @param string $issueDate
363 363
      * @param string $type Tipo do documento. Valores possíveis: RG.
364 364
      *
365 365
      * @return Account
Please login to merge, or discard this patch.