Completed
Branch master (9c5b86)
by Alexandre
05:06
created
src/Client.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
      * @param string $method
104 104
      * @param mixed $params
105 105
      *
106
-     * @return array
106
+     * @return ResponseInterface
107 107
      */
108 108
     public function request($method, $params = [])
109 109
     {
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
      *
270 270
      * @param int $amount
271 271
      *
272
-     * @return float
272
+     * @return string
273 273
      */
274 274
     public static function toDogecoin($amount)
275 275
     {
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
      *
282 282
      * @param float $amount
283 283
      *
284
-     * @return int
284
+     * @return string
285 285
      */
286 286
     public static function toShibetoshi($amount)
287 287
     {
Please login to merge, or discard this patch.
src/ResponseArrayTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@
 block discarded – undo
233 233
      *
234 234
      * @param string|null $key
235 235
      *
236
-     * @return mixed
236
+     * @return ResponseArrayTrait
237 237
      */
238 238
     public function __invoke($key = null)
239 239
     {
Please login to merge, or discard this patch.