Completed
Push — master ( 01cd01...a1188f )
by Jean C.
02:23
created
src/Resource/MoipResource.php 1 patch
Doc Comments   +3 added lines, -3 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,7 +220,7 @@  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 225
      * @return mixed
226 226
      */
Please login to merge, or discard this patch.