Completed
Push — master ( b94302...dcf0f2 )
by Jean C.
02:14
created
src/Resource/MoipResource.php 1 patch
Doc Comments   +4 added lines, -4 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
     {
@@ -220,9 +220,9 @@  discard block
 block discarded – undo
220 220
     /**
221 221
      * Delete a new item in Moip.
222 222
      *
223
-     * @param $path
223
+     * @param string $path
224 224
      *
225
-     * @return mixed
225
+     * @return stdClass
226 226
      */
227 227
     public function deleteByPath($path)
228 228
     {
Please login to merge, or discard this patch.