Completed
Pull Request — master (#70)
by
unknown
06:33
created
src/Resource/Account.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
      *
103 103
      * @param string $moip_id
104 104
      *
105
-     * @return \Moip\Resource\Account
105
+     * @return stdClass
106 106
      */
107 107
     public function get($moip_id)
108 108
     {
@@ -291,8 +291,8 @@  discard block
 block discarded – undo
291 291
     /**
292 292
      * Set name from account.
293 293
      *
294
-     * @param string $name Account's person name.
295 294
      *
295
+     * @param string $lastname
296 296
      * @return \Moip\Resource\Account
297 297
      */
298 298
     public function setLastName($lastname)
@@ -305,7 +305,7 @@  discard block
 block discarded – undo
305 305
     /**
306 306
      * Set birth date from account.
307 307
      *
308
-     * @param \DateTime|string $birthDate Date of birth of the credit card holder.
308
+     * @param string $birthDate Date of birth of the credit card holder.
309 309
      *
310 310
      * @return \Moip\Resource\Account
311 311
      */
@@ -361,8 +361,8 @@  discard block
 block discarded – undo
361 361
      *
362 362
      * @param string $number    						Número do documento.
363 363
      * @param string $issuer      						Emissor do documento.
364
-     * @param \DateTime|string $birthDate $issueDate 	Data de emissão do documento.
365 364
      * @param string $type								Tipo do documento. Valores possíveis: RG.
365
+     * @param string $issueDate
366 366
      *
367 367
      * @return \Moip\Resource\Account
368 368
      */
Please login to merge, or discard this patch.
tests/MoipTestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
 	/**
145 145
 	 * Creates a account.
146 146
 	 *
147
-	 * @return Account
147
+	 * @return \stdClass
148 148
 	 */
149 149
 	public function createAccount()
150 150
 	{
Please login to merge, or discard this patch.