Completed
Pull Request — master (#271)
by
unknown
03:12
created
src/Resource/Entry.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     /**
77 77
      * Create a new Entries List instance.
78 78
      * 
79
-     * @return \Moip\Resource\EntriesList
79
+     * @return stdClass
80 80
      */
81 81
     public function getList()
82 82
     {
Please login to merge, or discard this patch.
src/Resource/MoipResource.php 1 patch
Doc Comments   +7 added lines, -6 removed lines patch added patch discarded remove patch
@@ -92,11 +92,11 @@  discard block
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param $key
96
-     * @param $fmt
95
+     * @param string $key
96
+     * @param string $fmt
97 97
      * @param stdClass|null $data
98 98
      *
99
-     * @return bool|\DateTime|null
99
+     * @return \DateTime|null
100 100
      */
101 101
     protected function getIfSetDateFmt($key, $fmt, stdClass $data = null)
102 102
     {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     /**
157 157
      * Generate URL to request.
158 158
      *
159
-     * @param $action
159
+     * @param string $action
160 160
      * @param $id
161 161
      *
162 162
      * @return string
@@ -266,6 +266,7 @@  discard block
 block discarded – undo
266 266
      *
267 267
      * @param string $path    resource path
268 268
      * @param array  $headers request headers
269
+     * @param boolean $accept
269 270
      *
270 271
      * @return stdClass
271 272
      */
@@ -323,9 +324,9 @@  discard block
 block discarded – undo
323 324
     /**
324 325
      * Delete a new item in Moip.
325 326
      *
326
-     * @param $path
327
+     * @param string $path
327 328
      *
328
-     * @return mixed
329
+     * @return stdClass
329 330
      */
330 331
     public function deleteByPath($path)
331 332
     {
Please login to merge, or discard this patch.