Completed
Push — master ( 49d990...a59b61 )
by Jean C.
14s
created
src/Resource/MoipResource.php 1 patch
Doc Comments   +5 added lines, -5 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
93
+     * @param string $key
94 94
      * @param $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
     {
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
     /**
146 146
      * Generate URL to request.
147 147
      *
148
-     * @param $action
148
+     * @param string $action
149 149
      * @param $id
150 150
      *
151 151
      * @return string
@@ -237,9 +237,9 @@  discard block
 block discarded – undo
237 237
     /**
238 238
      * Delete a new item in Moip.
239 239
      *
240
-     * @param $path
240
+     * @param string $path
241 241
      *
242
-     * @return mixed
242
+     * @return stdClass
243 243
      */
244 244
     public function deleteByPath($path)
245 245
     {
Please login to merge, or discard this patch.