Completed
Push — master ( df95c6...f74e51 )
by
unknown
13s
created
src/Resource/MoipResource.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -90,11 +90,11 @@  discard block
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @param $key
94
-     * @param $fmt
93
+     * @param string $key
94
+     * @param string $fmt
95 95
      * @param stdClass|null $data
96 96
      *
97
-     * @return bool|\DateTime|null
97
+     * @return \DateTime|null
98 98
      */
99 99
     protected function getIfSetDateFmt($key, $fmt, stdClass $data = null)
100 100
     {
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
     /**
152 152
      * Generate URL to request.
153 153
      *
154
-     * @param $action
154
+     * @param string $action
155 155
      * @param $id
156 156
      *
157 157
      * @return string
@@ -243,9 +243,9 @@  discard block
 block discarded – undo
243 243
     /**
244 244
      * Delete a new item in Moip.
245 245
      *
246
-     * @param $path
246
+     * @param string $path
247 247
      *
248
-     * @return mixed
248
+     * @return stdClass
249 249
      */
250 250
     public function deleteByPath($path)
251 251
     {
Please login to merge, or discard this patch.
src/Resource/Orders.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -446,7 +446,7 @@  discard block
 block discarded – undo
446 446
     /**
447 447
      * Create a new Orders list instance.
448 448
      *
449
-     * @return \Moip\Resource\OrdersList
449
+     * @return stdClass
450 450
      */
451 451
     public function getList(Pagination $pagination = null, Filters $filters = null, $qParam = '')
452 452
     {
@@ -618,7 +618,7 @@  discard block
 block discarded – undo
618 618
     /**
619 619
      * Set installment settings for checkout preferences.
620 620
      *
621
-     * @param array $quantity
621
+     * @param integer[] $quantity
622 622
      * @param int   $discountValue
623 623
      * @param int   $additionalValue
624 624
      *
Please login to merge, or discard this patch.