Completed
Pull Request — master (#149)
by
unknown
02:04
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.