Completed
Pull Request — master (#73)
by Jean C.
02:04
created
src/Resource/Account.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
      *
101 101
      * @param string $moip_id
102 102
      *
103
-     * @return \Moip\Resource\Account
103
+     * @return stdClass
104 104
      */
105 105
     public function get($moip_id)
106 106
     {
@@ -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,8 +359,8 @@  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 \DateTime|string $birthDate $issueDate 	Data de emissão do documento.
363 362
      * @param string           $type      Tipo do documento. Valores possíveis: RG.
363
+     * @param string $issueDate
364 364
      *
365 365
      * @return \Moip\Resource\Account
366 366
      */
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.